mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
apktool-2.10.0.ebuild
This commit is contained in:
parent
99b7f6d92e
commit
572c640a3f
3 changed files with 5 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST apktool-2.9.2.jar 23255008 BLAKE2B a4dd865da8e57119af2c8bf9fc09ef4c41a82aeb1e54ae44433af046d249d75802c2d50c0790731d97a9383e965784674975a2a6251f7e6c41de18237c14dd8a SHA512 872ea7676d89c5a09e88763bd6ee04dde20c81d6167c08e899d6bcd8cc10b0cba63697dc1c55e4723b6842a53bd248a3d579e9253ccd100b6daf38e4ab8709f4
|
||||
DIST apktool-2.10.0.jar 24352463 BLAKE2B 55fb57a75e32d10d18b7732fee5689d5e5d4bd7c1a3f864d188e5cd6e7317ea70d3e6aa52e211449bdb927bb98a6e4de3d2127dd01059dd77decd630e2c7ddb9 SHA512 0fca885fea5f58e1eea4ee6777bb6d20eea9c7342a9ff940a8cad79bc71d8408b25d5d6fd424de4066ad8b4d7abf1f3b8551f96cd3b1023363afb66eba7893c6
|
||||
DIST apktool-2.9.3.jar 23254968 BLAKE2B 5f16acc0f81ab929eae4591439baacb504f52c539f78e8940ff422d0b510560b666a9381cca27ef85cb7d79ca9d2dd35f69523f804afda692487febb7f2cc15e SHA512 c4867b62c4dbe2b03ffa4f28458138541dc765aafeef84becc9a10d001e67bf6c49a6dab54b0ac6c292bac65c50764efe17d8c7ff6bdf26dc4e960042a8f4162
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps"
|
||||
HOMEPAGE="https://ibotpeaches.github.io/Apktool/"
|
||||
SRC_URI="https://bitbucket.org/iBotPeaches/apktool/downloads/${PN}_${PV}.jar -> ${P}.jar"
|
||||
#SRC_URI="https://github.com/iBotPeaches/Apktool/releases/download/v${PV}/apktool_${PV}.jar"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
|
@ -16,8 +17,6 @@ IUSE="tools"
|
|||
RDEPEND="|| ( virtual/jre virtual/jdk )
|
||||
tools? ( dev-util/android-sdk-build-tools )"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_unpack() {
|
||||
dodir "${S}"
|
||||
cp -L "${DISTDIR}/${A}" "${S}/${PN}.jar" || die
|
||||
|
|
@ -1,12 +1,13 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps"
|
||||
HOMEPAGE="https://ibotpeaches.github.io/Apktool/"
|
||||
SRC_URI="https://bitbucket.org/iBotPeaches/apktool/downloads/${PN}_${PV}.jar -> ${P}.jar"
|
||||
#SRC_URI="https://github.com/iBotPeaches/Apktool/releases/download/v${PV}/apktool_${PV}.jar"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
|
@ -16,8 +17,6 @@ IUSE="tools"
|
|||
RDEPEND="|| ( virtual/jre virtual/jdk )
|
||||
tools? ( dev-util/android-sdk-build-tools )"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_unpack() {
|
||||
dodir "${S}"
|
||||
cp -L "${DISTDIR}/${A}" "${S}/${PN}.jar" || die
|
||||
|
|
|
|||
Loading…
Reference in a new issue