From ee82da100c687ab4d3d48f08aa2be04190a1fc49 Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Sat, 13 Jun 2020 12:45:12 +0200 Subject: [PATCH] New Package: Dwarf-Therapist-41.1.7 --- srcpkgs/Dwarf-Therapist/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/Dwarf-Therapist/template diff --git a/srcpkgs/Dwarf-Therapist/template b/srcpkgs/Dwarf-Therapist/template new file mode 100644 index 00000000000..b723e392e0e --- /dev/null +++ b/srcpkgs/Dwarf-Therapist/template @@ -0,0 +1,18 @@ +# Template file for 'Dwarf-Therapist' +pkgname=Dwarf-Therapist +version=41.2.1 +revision=1 +build_style=cmake +makedepends="qt5-declarative-devel libcap-devel hicolor-icon-theme" +depends="dwarffortress" +short_desc="Management tool designed to run side-by-side with Dwarf Fortress" +maintainer="Robert Stancil " +license="GPL-3.0-or-later" +homepage="https://github.com/Dwarf-Therapist/Dwarf-Therapist/" +distfiles="https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v${version}.tar.gz" +checksum=cc16aa6031497107360b3292c34425d4b0ef786a5b3dd07e0e2bac5ef6bf36d1 + +post_install() { + vbin dist/ptrace_scope/patch_df_ptracer + vbin dist/ptrace_scope/ptrace_cap_wrapper +}