mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
parent
3637a9660e
commit
459673ed98
1 changed files with 20 additions and 0 deletions
20
srcpkgs/gramps/template
Normal file
20
srcpkgs/gramps/template
Normal file
|
@ -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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue