mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
burpsuite: cleanup
This commit is contained in:
parent
eac14f8b76
commit
bebe34ba17
1 changed files with 5 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -8,6 +8,10 @@ inherit desktop java-pkg-2 xdg
|
|||
DESCRIPTION="Interactive proxy for attacking and debugging web applications"
|
||||
HOMEPAGE="https://portswigger.net/burp/"
|
||||
|
||||
S=${WORKDIR}
|
||||
LICENSE="BURP"
|
||||
SLOT="0"
|
||||
|
||||
# https://portswigger.net/burp/releases
|
||||
# https://portswigger.net/burp/releases/professional/latest
|
||||
MY_PV=${PV/_rc/}
|
||||
|
|
@ -29,14 +33,9 @@ else
|
|||
KEYWORDS="amd64 x86"
|
||||
fi
|
||||
|
||||
LICENSE="BURP"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="app-arch/zip"
|
||||
RDEPEND=">=virtual/jre-11"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
cp "${DISTDIR}/${A}" "${S}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue