20 lines
683 B
Bash
20 lines
683 B
Bash
# Template file for 'gramps'
|
|
pkgname=gramps
|
|
version=5.0.1
|
|
revision=1
|
|
noarch=yes
|
|
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="${homepage}/introduction-WP/2018/12/gramps-5-0-1-released"
|
|
distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=3a81265764a314cca0540593ccd639c5b76199615b3b0aace0b2540fc186eba5
|
|
|
|
post_install() {
|
|
echo -n '/usr/share' > ${DESTDIR}${py3_sitelib}/gramps/gen/utils/resource-path
|
|
}
|