mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 16:20:55 +02:00
apktool: cleanup
This commit is contained in:
parent
2559c9bf28
commit
f0fef3ded6
1 changed files with 0 additions and 8 deletions
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
inherit java-pkg-2
|
||||
|
||||
DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps."
|
||||
HOMEPAGE="http://ibotpeaches.github.io/Apktool/"
|
||||
SRC_URI="https://bitbucket.org/iBotPeaches/apktool/downloads/${PN}_${PV}.jar -> ${P}.jar"
|
||||
|
|
@ -29,10 +27,4 @@ src_install() {
|
|||
dobin "${FILESDIR}/apktool"
|
||||
insinto "/opt/${PN}/"
|
||||
doins apktool.jar
|
||||
|
||||
# java-pkg_jarinto /opt/"${PN}"
|
||||
# java-pkg_dojar "${PN}".jar
|
||||
# java-pkg_regjar "${D}"/opt/"${PN}"/*.jar
|
||||
# java-pkg_dolauncher ${PN}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue