From 6d1d8499ea828bd8b53e876756ac53380af7a933 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 13 Jun 2019 22:01:22 -0400 Subject: [PATCH] New package: lifelines-3.1.1 --- srcpkgs/lifelines/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/lifelines/template 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 +}