burpsuite: cleanup

This commit is contained in:
Anton Bolshakov 2024-05-02 19:18:41 +08:00
parent eac14f8b76
commit bebe34ba17
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -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}"
}