This commit is contained in:
blshkv 2018-07-23 23:36:28 +08:00
parent 68cbe1f27b
commit c0271f8e79
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST webshells-20180511.zip 3315021 BLAKE2B a060f55347bf9b011baba3149613140683128272ea5c75153790cfd6dc55e6528e9f5d01a24c1441aee50f51df0f4effa90ad1eac8073ef96a5898333c7f38ea SHA512 e58ebf4dc6acec06264eb5bac4dbf5a9f5762f1ae561f9dcccf4c27de60ff397c1baaee51b9446a80bf8c10db99ac83258388edecfdf19003c27156743f5bc02

View 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 .
}