mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 02:41:06 +02:00
webshells: initial ebuild, https://github.com/pentoo/pentoo-overlay/issues/299
This commit is contained in:
parent
68cbe1f27b
commit
c0271f8e79
2 changed files with 25 additions and 0 deletions
1
app-exploits/webshells/Manifest
Normal file
1
app-exploits/webshells/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST webshells-20180511.zip 3315021 BLAKE2B a060f55347bf9b011baba3149613140683128272ea5c75153790cfd6dc55e6528e9f5d01a24c1441aee50f51df0f4effa90ad1eac8073ef96a5898333c7f38ea SHA512 e58ebf4dc6acec06264eb5bac4dbf5a9f5762f1ae561f9dcccf4c27de60ff397c1baaee51b9446a80bf8c10db99ac83258388edecfdf19003c27156743f5bc02
|
||||
24
app-exploits/webshells/webshells-20180511.ebuild
Normal file
24
app-exploits/webshells/webshells-20180511.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Various webshells"
|
||||
HOMEPAGE="https://github.com/BlackArch/webshells"
|
||||
MY_COMMIT="2aaa41e6768821c4884ccf2202d651709d9863e0"
|
||||
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 .
|
||||
}
|
||||
Loading…
Reference in a new issue