Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: r2ghidra-dec-4.5.0
@ 2020-08-24 11:52 phirecc
  2020-08-24 12:07 ` [PR REVIEW] " ericonr
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: phirecc @ 2020-08-24 11:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/phirecc/void-packages master
https://github.com/void-linux/void-packages/pull/24453

New package: r2ghidra-dec-4.5.0
See [Issue for Cutter](https://github.com/void-linux/void-packages/issues/21159) but it is instead packaged seperate, like arch does it ([PKGBUILD](https://github.com/archlinux/svntogit-community/blob/packages/r2ghidra-dec/trunk/PKGBUILD)).
The `11-pkglint-elf-in-usrshare.sh` post-install hook fails, but radare2 expects plugins in `/usr/share/radare2/plugins` and Cutter expects them in `/usr/share/RadareOrg/Cutter/plugins`, with the only alternative being `~/.local`, as far as I'm aware.

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

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

From 224cb993b9ea7d7c045ceb3703ade697943df8c0 Mon Sep 17 00:00:00 2001
From: phire <me@phire.cc>
Date: Mon, 24 Aug 2020 13:38:13 +0200
Subject: [PATCH] New package: r2ghidra-dec-4.5.0

---
 srcpkgs/r2ghidra-dec/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/r2ghidra-dec/template

diff --git a/srcpkgs/r2ghidra-dec/template b/srcpkgs/r2ghidra-dec/template
new file mode 100644
index 00000000000..4da536b414a
--- /dev/null
+++ b/srcpkgs/r2ghidra-dec/template
@@ -0,0 +1,23 @@
+# Template file for 'r2ghidra-dec'
+_cutterversion=1.11.1
+pkgname=r2ghidra-dec
+version=4.5.0
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_CUTTER_PLUGIN=ON -DCUTTER_SOURCE_DIR=../cutter .."
+hostmakedepends="pkg-config cmake git bison flex"
+makedepends="radare2 qt5-devel capstone-devel"
+depends="radare2"
+short_desc="Deep ghidra decompiler integration for radare2 and Cutter"
+maintainer="phire <me@phire.cc>"
+license="LGPL-3.0-only"
+homepage="https://github.com/radareorg/r2ghidra-dec"
+
+do_fetch() {
+	git clone --depth 1 --branch v${version} https://github.com/radareorg/r2ghidra-dec.git ${wrksrc}
+	git clone --depth 1 --branch v${_cutterversion} https://github.com/radareorg/cutter.git ${wrksrc}/cutter
+	cd ${wrksrc}
+	git submodule init
+	git submodule update --recursive
+}

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

end of thread, other threads:[~2022-05-02  2:15 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 11:52 [PR PATCH] New package: r2ghidra-dec-4.5.0 phirecc
2020-08-24 12:07 ` [PR REVIEW] " ericonr
2020-08-24 12:07 ` ericonr
2020-08-24 13:10 ` [PR PATCH] [Updated] " phirecc
2020-08-24 13:11 ` [PR REVIEW] " phirecc
2020-08-24 13:13 ` phirecc
2020-08-24 13:15 ` phirecc
2020-08-24 13:17 ` ericonr
2020-08-24 13:19 ` [PR PATCH] [Updated] " phirecc
2020-08-24 13:20 ` phirecc
2020-08-24 13:21 ` [PR PATCH] [Updated] " phirecc
2020-08-24 13:23 ` ericonr
2020-08-24 13:29 ` phirecc
2020-08-24 16:00 ` [PR PATCH] [Updated] " phirecc
2020-08-24 16:01 ` phirecc
2020-08-25 22:11 ` [PR PATCH] [Updated] " phirecc
2020-08-26 22:24 ` phirecc
2020-08-26 22:36 ` phirecc
2020-08-27  4:18 ` [PR REVIEW] " fosslinux
2020-08-27  4:19 ` fosslinux
2020-08-27  4:19 ` fosslinux
2020-08-27  4:19 ` fosslinux
2020-08-27  4:19 ` fosslinux
2020-08-27 10:25 ` ericonr
2020-08-27 10:35 ` fosslinux
2020-08-27 13:59 ` [PR PATCH] [Updated] " phirecc
2020-08-27 14:00 ` phirecc
2020-08-27 18:15 ` Chocimier
2020-08-28 21:42 ` [PR PATCH] [Updated] " phirecc
2022-04-18  2:12 ` github-actions
2022-05-02  2:15 ` [PR PATCH] [Closed]: " github-actions

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