apktool: init at 2.5.0

meow
ptrcnull 2021-04-17 20:15:39 +02:00
parent 2cf2554664
commit 933e2bd209
2 changed files with 28 additions and 0 deletions

25
sakamoto/apktool/APKBUILD Normal file
View File

@ -0,0 +1,25 @@
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=apktool
pkgver=2.5.0
pkgrel=0
pkgdesc="A tool for reverse engineering Android apk files"
url="https://ibotpeaches.github.io/Apktool/"
arch="all"
license="Apache-2.0"
depends="openjdk11"
makedepends=""
install=""
subpackages=""
source="https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${pkgver}.jar
apktool"
builddir="$srcdir/tmp"
options="!check"
package() {
install -Dm644 "$srcdir"/apktool_${pkgver}.jar "$pkgdir"/usr/share/apktool/apktool.jar
install -Dm755 "$srcdir"/apktool "$pkgdir"/usr/bin/apktool
}
sha512sums="40010672cca6df6d13763d371ede6c2b5d1a018242235fe727ca2aa561c6a92b99f08f97e4195ad76b13124521e24a49e450a653d78ad0bac693fb56e7d27b50 apktool_2.5.0.jar
93b02c4d99ba1f41c31c34187704f8a371c947e7c60211f1bfbc58c4aeec973f67d0f073b9bfc39bebe63f8f5a95397e4734dfedebd2922d18d0c18aa2553159 apktool"

3
sakamoto/apktool/apktool Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
java -jar /usr/share/apktool/apktool.jar "$@"