mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
webshells: EAPI bump, add *9999 and fix metadata.missing
This commit is contained in:
parent
2f51a4387e
commit
8db917097c
4 changed files with 34 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST webshells-20190713.zip 3368979 BLAKE2B 0782afce765c9e4bf0a96d5364f1dc2355bd84598c611c45b2f806a974cbe9f19f81150b5240e0eb422434131571bc3f70eebac6e3ecc40b53214ba9dc633bca SHA512 9fedc387e122fce53a36ba9c11d1410a406cf854e768ee60fba6378647978d0f1305267305c4c58b5f82dea644332815a1ebdd67dac23d30608a29bbed696652
|
||||
8
app-exploits/webshells/metadata.xml
Normal file
8
app-exploits/webshells/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Various webshells"
|
||||
HOMEPAGE="https://github.com/BlackArch/webshells"
|
||||
MY_COMMIT="8ab02aab571cb82536bb87e1002ee88fa66f609f"
|
||||
SRC_URI="https://github.com/BlackArch/${PN}/archive/${MY_COMMIT}.zip -> ${P}.zip"
|
||||
|
||||
LICENSE="Unknown"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/${PN}-${MY_COMMIT}
|
||||
|
||||
src_install(){
|
||||
insinto /usr/share/webshells
|
||||
doins -r .
|
||||
}
|
||||
1
app-exploits/webshells/webshells-20190713.ebuild
Symbolic link
1
app-exploits/webshells/webshells-20190713.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
./webshells-99999999.ebuild
|
||||
25
app-exploits/webshells/webshells-99999999.ebuild
Normal file
25
app-exploits/webshells/webshells-99999999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Various webshells"
|
||||
HOMEPAGE="https://github.com/BlackArch/webshells"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/BlackArch/webshells"
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
EGIT_COMMIT="8ab02aab571cb82536bb87e1002ee88fa66f609f"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="Unlicense" # ??
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/webshells"
|
||||
doins -r .
|
||||
|
||||
dodoc README.md
|
||||
}
|
||||
Loading…
Reference in a new issue