mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
veil: pkgcheck fixes
This commit is contained in:
parent
632d052e2f
commit
59d63e9be6
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -10,6 +10,7 @@ DESCRIPTION="A tool for payloads generation that bypass common anti-virus soluti
|
|||
HOMEPAGE="https://github.com/Veil-Framework/Veil"
|
||||
SRC_URI="https://github.com/Veil-Framework/Veil/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/Veil-${PV}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
|
@ -32,8 +33,6 @@ RDEPEND="dev-python/pycryptodome
|
|||
# app-emulation/wine
|
||||
# )
|
||||
|
||||
S="${WORKDIR}/Veil-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}"/veil-3-nodeps.patch
|
||||
eapply_user
|
||||
|
|
|
|||
Loading…
Reference in a new issue