diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template new file mode 100644 index 00000000000..04bdb9af8fd --- /dev/null +++ b/srcpkgs/gramps/template @@ -0,0 +1,20 @@ +# Template file for 'gramps' +pkgname=gramps +version=4.2.4 +revision=1 +build_style=python3-module +pycompile_module="gramps" +noarch=yes +hostmakedepends="pkg-config intltool" +makedepends="python-gobject-devel" +depends="python3-gobject python3-bsddb3" +short_desc="Genealogy program" +maintainer="7185 <7185@free.fr>" +license="GPL-2" +homepage="https://gramps-project.org" +distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz" +checksum=25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa + +post_build() { + echo -n '/usr/share' > gramps/gen/utils/resource-path +}