void-packages/srcpkgs/gramps/template

21 lines
596 B
Bash
Raw Normal View History

# 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
}