diff --git a/srcpkgs/lifelines/template b/srcpkgs/lifelines/template new file mode 100644 index 00000000000..6100b593dcc --- /dev/null +++ b/srcpkgs/lifelines/template @@ -0,0 +1,17 @@ +# Template file for 'lifelines' +pkgname=lifelines +version=3.1.1 +revision=1 +build_style=gnu-configure +hostmakedepends="bison" +makedepends="ncurses-devel" +short_desc="Genealogy Software System" +maintainer="Toyam Cox " +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 +}