void-packages/srcpkgs/gramps/template
2019-12-24 12:24:34 +01:00

21 lines
701 B
Bash

# Template file for 'gramps'
pkgname=gramps
version=5.1.1
revision=2
archs=noarch
build_style=python3-module
pycompile_module="gramps"
hostmakedepends="pkg-config intltool python3"
depends="gtk+3 python3-gobject python3-bsddb3"
short_desc="Genealogy program"
maintainer="7185 <7185@free.fr>"
license="GPL-2.0-or-later"
homepage="https://gramps-project.org"
changelog="https://gramps-project.org/introduction-WP/2019/09/gramps-5-1-1-released/"
distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
checksum=7623c1e976a19e121f6fa799ca619def18672000ba7fd505abdaa9e782920eda
post_install() {
echo -n '/usr/share' > ${DESTDIR}${py3_sitelib}/gramps/gen/utils/resource-path
}