Github messages for voidlinux
 help / color / mirror / Atom feed
From: Bnyro <Bnyro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: bundletool-1.14.1
Date: Sun, 30 Apr 2023 12:27:50 +0200	[thread overview]
Message-ID: <20230430102750.ve1Wy3dgC53TyaVg0j49id1dCv2IEWbp-wgqVEqe2Ic@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43680@inbox.vuxu.org>

[-- 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
+}

  reply	other threads:[~2023-04-30 10:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-30 10:10 [PR PATCH] " Bnyro
2023-04-30 10:27 ` Bnyro [this message]
2023-06-01 13:00 ` [PR PATCH] [Closed]: " Bnyro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230430102750.ve1Wy3dgC53TyaVg0j49id1dCv2IEWbp-wgqVEqe2Ic@z \
    --to=bnyro@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).