mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-12 11:24:34 +01:00
24 lines
522 B
Bash
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="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 .
|
|
}
|