pentoo-overlay/app-exploits/webshells/webshells-20181001.ebuild
2019-02-06 12:33:51 +01:00

24 lines
522 B
Bash

# 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="f081f1e321dc24eddda7fef75101257196089ea3"
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 .
}