mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-24 09:17:15 +01:00
24 lines
519 B
Bash
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 .
|
|
}
|