pentoo-overlay/app-exploits/webshells/webshells-20190713.ebuild
2019-11-01 10:31:56 +01:00

24 lines
519 B
Bash

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