* [PR PATCH] New package: Apktool-2.10.0
@ 2024-12-31 12:20 Bnyro
2025-04-01 2:13 ` github-actions
2025-04-01 6:52 ` Bnyro
0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2024-12-31 12:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 740 bytes --]
There is a new pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages apktool
https://github.com/void-linux/void-packages/pull/53771
New package: Apktool-2.10.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/53771.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apktool-53771.patch --]
[-- Type: text/x-diff, Size: 1627 bytes --]
From e752e45093f0ca17a8ceaea72411a62d8f0f0e2d Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 31 Dec 2024 13:17:40 +0100
Subject: [PATCH] New package: Apktool-2.10.0
---
srcpkgs/Apktool/files/Apktool | 3 +++
srcpkgs/Apktool/template | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 srcpkgs/Apktool/files/Apktool
create mode 100644 srcpkgs/Apktool/template
diff --git a/srcpkgs/Apktool/files/Apktool b/srcpkgs/Apktool/files/Apktool
new file mode 100644
index 00000000000000..9029465bce962f
--- /dev/null
+++ b/srcpkgs/Apktool/files/Apktool
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /usr/bin/java -jar '/usr/share/Apktool/Apktool.jar' "$@"
diff --git a/srcpkgs/Apktool/template b/srcpkgs/Apktool/template
new file mode 100644
index 00000000000000..bc226f2ff2952b
--- /dev/null
+++ b/srcpkgs/Apktool/template
@@ -0,0 +1,24 @@
+# Template file for 'Apktool'
+pkgname=Apktool
+version=2.10.0
+revision=1
+hostmakedepends="openjdk11 gradle"
+depends="virtual?java-runtime"
+short_desc="Tool for reverse engineering Android apk files"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0"
+homepage="https://apktool.org"
+changelog="https://github.com/iBotPeaches/Apktool/releases"
+distfiles="https://github.com/iBotPeaches/Apktool/archive/refs/tags/v${version}.tar.gz"
+checksum=054e4476ec732953c1cf9254d65d37f6dfffaceb0ddc977713926059dcfb5f9c
+
+do_build() {
+ gradle build shadowJar
+}
+
+do_install() {
+ vmkdir usr/share/Apktool
+
+ vinstall brut.apktool/apktool-cli/build/libs/apktool-cli.jar 644 usr/share/Apktool Apktool.jar
+ vbin ${FILESDIR}/Apktool
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New package: Apktool-2.10.0
2024-12-31 12:20 [PR PATCH] New package: Apktool-2.10.0 Bnyro
@ 2025-04-01 2:13 ` github-actions
2025-04-01 6:52 ` Bnyro
1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2025-04-01 2:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/53771#issuecomment-2767870620
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New package: Apktool-2.10.0
2024-12-31 12:20 [PR PATCH] New package: Apktool-2.10.0 Bnyro
2025-04-01 2:13 ` github-actions
@ 2025-04-01 6:52 ` Bnyro
1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2025-04-01 6:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 144 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53771#issuecomment-2768357023
Comment:
bump
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-01 6:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-31 12:20 [PR PATCH] New package: Apktool-2.10.0 Bnyro
2025-04-01 2:13 ` github-actions
2025-04-01 6:52 ` Bnyro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).