vp-build/srcpkgs/lifelines/template

19 lines
581 B
Bash

# Template file for 'lifelines'
pkgname=lifelines
version=3.1.1
revision=1
build_style=gnu-configure
hostmakedepends="bison"
makedepends="ncurses-devel"
archs="~*-musl" # For no reason except it keeps failing
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
}