Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: jadx-1.1.0
Date: Mon, 11 May 2020 15:31:09 +0200	[thread overview]
Message-ID: <20200511133109.QjfcqJfHP0nbkmVymS3B8zvdEbTt5gIvrfuHAU8klF4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21828@inbox.vuxu.org>

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

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

https://github.com/abenson/void-packages np_jadx
https://github.com/void-linux/void-packages/pull/21828

New package: jadx-1.1.0
Closes #20853.

A patch file from https://github.com/void-linux/void-packages/pull/21828.patch is attached

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

From a755ef7c7dbac96021796dd74e6431f7e007f924 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sun, 10 May 2020 19:43:30 -0500
Subject: [PATCH] New package: jadx-1.1.0

Closes #20853.
---
 srcpkgs/jadx/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/jadx/template

diff --git a/srcpkgs/jadx/template b/srcpkgs/jadx/template
new file mode 100644
index 00000000000..84efe7632e5
--- /dev/null
+++ b/srcpkgs/jadx/template
@@ -0,0 +1,28 @@
+# Template file for 'jadx'
+pkgname=jadx
+version=1.1.0
+revision=1
+archs=noarch
+hostmakedepends="openjdk8 gradle"
+short_desc="Decompiler for Dalvik bytecode"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/skylot/jadx"
+distfiles="https://github.com/skylot/jadx/archive/v${version}.tar.gz"
+checksum=86136f831e1e7889c012ddb5b874a014e1db6d615c805a9c832ec54ef22e292c
+
+if [ -e /etc/profile.d/10_openjdk11.sh ]; then
+	. /etc/profile.d/10_openjdk11.sh
+fi
+
+do_build() {
+	gradle copyArtifacts
+}
+
+do_install() {
+	vmkdir usr/share
+	vcopy build/jadx usr/share
+	vmkdir usr/bin
+	ln -s /usr/share/jadx/bin/jadx ${DESTDIR}/usr/bin/jadx
+	ln -s /usr/share/jadx/bin/jadx-gui ${DESTDIR}/usr/bin/jadx-gui
+}

      reply	other threads:[~2020-05-11 13:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11  0:45 [PR PATCH] " abenson
2020-05-11 13:31 ` abenson [this message]

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=20200511133109.QjfcqJfHP0nbkmVymS3B8zvdEbTt5gIvrfuHAU8klF4@z \
    --to=abenson@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).