void-packages/srcpkgs/gramps/template

21 lines
634 B
Bash

# Template file for 'gramps'
pkgname=gramps
version=5.0.0
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.0-or-later"
homepage="https://gramps-project.org"
distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
checksum=404da8f517381c2a29de717f3f3a46d8a1c1b77bfac5e494b9c4d0d8c7257fb6
post_install() {
echo -n '/usr/share' > ${DESTDIR}${py3_sitelib}/gramps/gen/utils/resource-path
}