pentoo-overlay/app-exploits/webshells/webshells-20190508.ebuild
2019-06-03 22:37:28 +08:00

24 lines
519 B
Bash

# Copyright 1999-2019 Pentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Various webshells"
HOMEPAGE="https://github.com/BlackArch/webshells"
MY_COMMIT="97d532ca62f2a4428bf674ee85b2c922b729711e"
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 .
}