Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: ghidra-9.1
@ 2019-10-31 21:32 voidlinux-github
  2019-10-31 21:50 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-31 21:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_ghidra_src
https://github.com/void-linux/void-packages/pull/16011

[WIP] New package: ghidra-9.1
Something spooky for Halloween!

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

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

From f8da1a5ea7f1d90c13e4d0aeaa3c888efb917713 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 31 Oct 2019 08:43:07 -0500
Subject: [PATCH] [WIP] New package: ghidra-9.1

Something spooky for Halloween!
---
 srcpkgs/ghidra/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/ghidra/template

diff --git a/srcpkgs/ghidra/template b/srcpkgs/ghidra/template
new file mode 100644
index 00000000000..e994878e8f0
--- /dev/null
+++ b/srcpkgs/ghidra/template
@@ -0,0 +1,32 @@
+# Template file for 'ghidra'
+pkgname=ghidra
+version=9.1
+revision=1
+_gitver=f8994f448826e1946af958980b8481c68b5c5ff2
+archs="x86_64"
+wrksrc="${pkgname}-${_gitver}"
+hostmakedepends="gradle openjdk11 flex unzip"
+depends="openjdk11"
+short_desc="Software reverse engineering (SRE) framework"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://ghidra-sre.org/"
+distfiles="https://github.com/NationalSecurityAgency/ghidra/archive/${_gitver}.tar.gz"
+checksum=ee087585578ed9600f657b09ca9dda6a34db050815099a7a5ed2fae54a845049
+nopie=yes
+nostrip=yes
+
+do_configure() {
+	gradle --init-script gradle/support/fetchDependencies.gradle init
+}
+
+do_build() {
+	gradle buildGhidra
+}
+
+do_install() {
+	vmkdir usr/libexec/$pkgname
+	unzip -d ${DESTDIR}/usr/libexec/$pkgname "build/dist/ghidra_${version}_DEV_$(date +%Y%m%d)_linux64.zip"
+	vmkdir usr/bin
+	ln -sf /usr/libexec/$pkgname/runGhidra ${DESTDIR}/usr/bin/ghidra
+}

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

* Re: [WIP] New package: ghidra-9.1
  2019-10-31 21:32 [PR PATCH] [WIP] New package: ghidra-9.1 voidlinux-github
@ 2019-10-31 21:50 ` voidlinux-github
  2019-10-31 21:52 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-31 21:50 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/16011#issuecomment-548583457

Comment:
There is already a PR for ghidra. And a few of the points I made there also apply here. https://github.com/void-linux/void-packages/pull/15958 and I did test it already on x86_64-musl.

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

* Re: [WIP] New package: ghidra-9.1
  2019-10-31 21:32 [PR PATCH] [WIP] New package: ghidra-9.1 voidlinux-github
  2019-10-31 21:50 ` voidlinux-github
@ 2019-10-31 21:52 ` voidlinux-github
  2019-10-31 22:02 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-31 21:52 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/16011#issuecomment-548583457

Comment:
There is already a PR for ghidra. And a few of the points I made there also apply here. https://github.com/void-linux/void-packages/pull/15958 and I did test it already on x86_64-musl, so your arch set is probably too restrictive.

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

* Re: [PR PATCH] [Updated] [WIP] New package: ghidra-9.1
  2019-10-31 21:32 [PR PATCH] [WIP] New package: ghidra-9.1 voidlinux-github
  2019-10-31 21:50 ` voidlinux-github
  2019-10-31 21:52 ` voidlinux-github
@ 2019-10-31 22:02 ` voidlinux-github
  2019-10-31 22:02 ` voidlinux-github
  2019-10-31 22:02 ` [PR PATCH] [Closed]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-31 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_ghidra_src
https://github.com/void-linux/void-packages/pull/16011

[WIP] New package: ghidra-9.1
Something spooky for Halloween!

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

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

From bd58ce1f9508fbdad36b631e8193de3d471c97c9 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 31 Oct 2019 08:43:07 -0500
Subject: [PATCH] [WIP] New package: ghidra-9.1

Something spooky for Halloween!
---
 srcpkgs/ghidra/template | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/ghidra/template

diff --git a/srcpkgs/ghidra/template b/srcpkgs/ghidra/template
new file mode 100644
index 00000000000..bcb21be1c70
--- /dev/null
+++ b/srcpkgs/ghidra/template
@@ -0,0 +1,33 @@
+# Template file for 'ghidra'
+pkgname=ghidra
+version=9.1
+revision=1
+_gitver=f8994f448826e1946af958980b8481c68b5c5ff2
+archs="x86_64"
+wrksrc="ghidra-${_gitver}"
+hostmakedepends="gradle openjdk11 flex unzip"
+depends="openjdk11"
+short_desc="Software reverse engineering (SRE) framework"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://ghidra-sre.org/"
+distfiles="https://github.com/NationalSecurityAgency/ghidra/archive/${_gitver}.tar.gz"
+checksum=ee087585578ed9600f657b09ca9dda6a34db050815099a7a5ed2fae54a845049
+nopie=yes
+nostrip=yes
+
+do_configure() {
+	gradle --init-script gradle/support/fetchDependencies.gradle init
+}
+
+do_build() {
+	gradle buildGhidra
+}
+
+do_install() {
+	vmkdir usr/libexec
+	unzip -d ${DESTDIR}/usr/libexec "build/dist/ghidra_${version}_DEV_$(date +%Y%m%d)_linux64.zip"
+	mv ${DESTDIR}/usr/libexec/ghidra_${version}_DEV ${DESTDIR}/usr/libexec/ghidra
+	vmkdir usr/bin
+	ln -sf /usr/libexec/$pkgname/runGhidra ${DESTDIR}/usr/bin/ghidra
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: ghidra-9.1
  2019-10-31 21:32 [PR PATCH] [WIP] New package: ghidra-9.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-31 22:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-31 22:02 ` voidlinux-github
  2019-10-31 22:02 ` [PR PATCH] [Closed]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-31 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_ghidra_src
https://github.com/void-linux/void-packages/pull/16011

[WIP] New package: ghidra-9.1
Something spooky for Halloween!

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

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

From bd58ce1f9508fbdad36b631e8193de3d471c97c9 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 31 Oct 2019 08:43:07 -0500
Subject: [PATCH] [WIP] New package: ghidra-9.1

Something spooky for Halloween!
---
 srcpkgs/ghidra/template | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/ghidra/template

diff --git a/srcpkgs/ghidra/template b/srcpkgs/ghidra/template
new file mode 100644
index 00000000000..bcb21be1c70
--- /dev/null
+++ b/srcpkgs/ghidra/template
@@ -0,0 +1,33 @@
+# Template file for 'ghidra'
+pkgname=ghidra
+version=9.1
+revision=1
+_gitver=f8994f448826e1946af958980b8481c68b5c5ff2
+archs="x86_64"
+wrksrc="ghidra-${_gitver}"
+hostmakedepends="gradle openjdk11 flex unzip"
+depends="openjdk11"
+short_desc="Software reverse engineering (SRE) framework"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://ghidra-sre.org/"
+distfiles="https://github.com/NationalSecurityAgency/ghidra/archive/${_gitver}.tar.gz"
+checksum=ee087585578ed9600f657b09ca9dda6a34db050815099a7a5ed2fae54a845049
+nopie=yes
+nostrip=yes
+
+do_configure() {
+	gradle --init-script gradle/support/fetchDependencies.gradle init
+}
+
+do_build() {
+	gradle buildGhidra
+}
+
+do_install() {
+	vmkdir usr/libexec
+	unzip -d ${DESTDIR}/usr/libexec "build/dist/ghidra_${version}_DEV_$(date +%Y%m%d)_linux64.zip"
+	mv ${DESTDIR}/usr/libexec/ghidra_${version}_DEV ${DESTDIR}/usr/libexec/ghidra
+	vmkdir usr/bin
+	ln -sf /usr/libexec/$pkgname/runGhidra ${DESTDIR}/usr/bin/ghidra
+}

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

* Re: [PR PATCH] [Closed]: [WIP] New package: ghidra-9.1
  2019-10-31 21:32 [PR PATCH] [WIP] New package: ghidra-9.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-31 22:02 ` voidlinux-github
@ 2019-10-31 22:02 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-31 22:02 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: ghidra-9.1
https://github.com/void-linux/void-packages/pull/16011

Description:
Something spooky for Halloween!

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

end of thread, other threads:[~2019-10-31 22:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 21:32 [PR PATCH] [WIP] New package: ghidra-9.1 voidlinux-github
2019-10-31 21:50 ` voidlinux-github
2019-10-31 21:52 ` voidlinux-github
2019-10-31 22:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-31 22:02 ` voidlinux-github
2019-10-31 22:02 ` [PR PATCH] [Closed]: " voidlinux-github

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).