From 9426c1be80b2ed8cd5816eabad496ae0f5d78778 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 28 Aug 2022 06:27:23 -0400 Subject: [PATCH] New package: rz-ghidra-0.4.0 --- srcpkgs/rz-ghidra/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/rz-ghidra/template diff --git a/srcpkgs/rz-ghidra/template b/srcpkgs/rz-ghidra/template new file mode 100644 index 00000000000000..c2bded70007b73 --- /dev/null +++ b/srcpkgs/rz-ghidra/template @@ -0,0 +1,17 @@ +# Template file for 'rz-ghidra' +pkgname=rz-ghidra +version=0.4.0 +revision=1 +wrksrc="$pkgname" +build_style=cmake +configure_args="-DCUTTER_INSTALL_PLUGDIR=/usr/lib/rizin/cutter/plugins/native + -DBUILD_CUTTER_PLUGIN=ON" +hostmakedepends="pkg-config qt5-host-tools qt5-qmake" +makedepends="cutter-devel rizin-devel" +short_desc="Deep ghidra decompiler and sleigh disassembler integration for rizin" +maintainer="classabbyamp " +license="LGPL-3.0-or-later" +homepage="https://github.com/rizinorg/rz-ghidra" +distfiles="https://github.com/rizinorg/rz-ghidra/releases/download/v${version}/rz-ghidra-src-v${version}.tar.gz" +checksum=6b8a6d1259699115e70f1f7d27de26c57fc19338d2d3e517460e35bb5f39eb55 +nocross="https://github.com/rizinorg/rz-ghidra/issues/298"