From fe609a8ae7c8fd3351ff8e38a336ac76d9c75306 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..fd3eb5925f0 --- /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=ec954daff6e03d9d44153ed3df90685de3a7a07431fd47639d83b2f5b3f62e4b + +post_install() { + vbin dist/ptrace_scope/patch_df_ptracer + vbin dist/ptrace_scope/ptrace_cap_wrapper +}