void-packages/srcpkgs/lifelines/template

19 lines
581 B
Bash
Raw Normal View History

2019-06-14 04:01:22 +02:00
# Template file for 'lifelines'
pkgname=lifelines
version=3.1.1
revision=1
build_style=gnu-configure
hostmakedepends="bison"
makedepends="ncurses-devel"
2019-06-17 04:01:19 +02:00
archs="~*-musl" # For no reason except it keeps failing
2019-06-14 04:01:22 +02:00
short_desc="Genealogy Software System"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://github.com/lifelines/lifelines"
distfiles="https://github.com/lifelines/lifelines/releases/download/${version}/lifelines-${version}.tar.gz"
checksum=083007f81e406fce15931e5a29a7ba0380ef0b3b9c61d5eb5228ad378c7f332d
post_install() {
vlicense LICENSE
}