Github messages for voidlinux
 help / color / mirror / Atom feed
From: phirecc <phirecc@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: r2ghidra-dec-4.5.0
Date: Mon, 24 Aug 2020 13:52:06 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24453@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2020-08-24 11:52 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24 11:52 phirecc [this message]
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

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24453@inbox.vuxu.org \
    --to=phirecc@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).