Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bundletool-1.14.1
@ 2023-04-30 10:10 Bnyro
  2023-04-30 10:27 ` [PR PATCH] [Updated] " Bnyro
  2023-06-01 13:00 ` [PR PATCH] [Closed]: " Bnyro
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2023-04-30 10:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

There is a new pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages bundletool
https://github.com/void-linux/void-packages/pull/43680

New package: bundletool-1.14.1
#### 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/43680.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bundletool-43680.patch --]
[-- Type: text/x-diff, Size: 1613 bytes --]

From 20d3e27df7b1f9badc907b2589d1ed1f78fac05d Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 30 Apr 2023 12:09:58 +0200
Subject: [PATCH] New package: bundletool-1.14.1

---
 srcpkgs/bundletool/files/bundletool |  3 +++
 srcpkgs/bundletool/template         | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/bundletool/files/bundletool
 create mode 100644 srcpkgs/bundletool/template

diff --git a/srcpkgs/bundletool/files/bundletool b/srcpkgs/bundletool/files/bundletool
new file mode 100644
index 000000000000..3b21b982000e
--- /dev/null
+++ b/srcpkgs/bundletool/files/bundletool
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /usr/bin/java -jar '/usr/share/java/bundletool/bundletool.jar' "$@"
diff --git a/srcpkgs/bundletool/template b/srcpkgs/bundletool/template
new file mode 100644
index 000000000000..1f4a7cdf9d70
--- /dev/null
+++ b/srcpkgs/bundletool/template
@@ -0,0 +1,18 @@
+# Template file for 'bundletool'
+pkgname=bundletool
+version=1.14.1
+revision=1
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Command-line tool for manipulating Android App Bundles"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/google/bundletool"
+distfiles="https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar"
+checksum=2f78f9c8d059db1c7ea4ac6ffb2527466af03838d150b70f4b77fe7deefca011
+
+do_install() {
+	vmkdir usr/share/java/bundletool
+	mv bundletool-all-${version}.jar ${DESTDIR}/usr/share/java/bundletool/bundletool.jar
+	vbin ${FILESDIR}/bundletool
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] New package: bundletool-1.14.1
  2023-04-30 10:10 [PR PATCH] New package: bundletool-1.14.1 Bnyro
@ 2023-04-30 10:27 ` Bnyro
  2023-06-01 13:00 ` [PR PATCH] [Closed]: " Bnyro
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-04-30 10:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 669 bytes --]

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages bundletool
https://github.com/void-linux/void-packages/pull/43680

New package: bundletool-1.14.1
#### 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/43680.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bundletool-43680.patch --]
[-- Type: text/x-diff, Size: 1607 bytes --]

From 86b520a947d1be7543e4996f10b7dd3c45704869 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 30 Apr 2023 12:27:47 +0200
Subject: [PATCH] New package: bundletool-1.14.1

---
 srcpkgs/bundletool/files/bundletool |  3 +++
 srcpkgs/bundletool/template         | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/bundletool/files/bundletool
 create mode 100644 srcpkgs/bundletool/template

diff --git a/srcpkgs/bundletool/files/bundletool b/srcpkgs/bundletool/files/bundletool
new file mode 100644
index 000000000000..3b21b982000e
--- /dev/null
+++ b/srcpkgs/bundletool/files/bundletool
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /usr/bin/java -jar '/usr/share/java/bundletool/bundletool.jar' "$@"
diff --git a/srcpkgs/bundletool/template b/srcpkgs/bundletool/template
new file mode 100644
index 000000000000..b29b280b4086
--- /dev/null
+++ b/srcpkgs/bundletool/template
@@ -0,0 +1,18 @@
+# Template file for 'bundletool'
+pkgname=bundletool
+version=1.14.1
+revision=1
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Command-line tool for manipulating Android App Bundles"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0"
+homepage="https://github.com/google/bundletool"
+distfiles="https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar"
+checksum=2f78f9c8d059db1c7ea4ac6ffb2527466af03838d150b70f4b77fe7deefca011
+
+do_install() {
+	vmkdir usr/share/java/bundletool
+	mv bundletool-all-${version}.jar ${DESTDIR}/usr/share/java/bundletool/bundletool.jar
+	vbin ${FILESDIR}/bundletool
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: New package: bundletool-1.14.1
  2023-04-30 10:10 [PR PATCH] New package: bundletool-1.14.1 Bnyro
  2023-04-30 10:27 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-01 13:00 ` Bnyro
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-06-01 13:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

There's a closed pull request on the void-packages repository

New package: bundletool-1.14.1
https://github.com/void-linux/void-packages/pull/43680

Description:
#### 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)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-01 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30 10:10 [PR PATCH] New package: bundletool-1.14.1 Bnyro
2023-04-30 10:27 ` [PR PATCH] [Updated] " Bnyro
2023-06-01 13:00 ` [PR PATCH] [Closed]: " 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).