From 6efcf91424da0d0235f2517766ec01ab93c632df Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sat, 9 Jul 2016 14:42:05 -0300 Subject: [PATCH] New package: lily-0.16 (#4409) --- srcpkgs/lily/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/lily/template diff --git a/srcpkgs/lily/template b/srcpkgs/lily/template new file mode 100644 index 00000000000..109f0b6d138 --- /dev/null +++ b/srcpkgs/lily/template @@ -0,0 +1,15 @@ +# Template file for 'lily' +pkgname=lily +version=0.16 +revision=1 +build_style=cmake +short_desc="An interpreted language with a focus on expressiveness and type safety" +maintainer="Diogo Leal " +license="MIT" +homepage="http://jesserayadkins.github.io/lily" +distfiles="https://github.com/jesserayadkins/lily/archive/v${version}.tar.gz" +checksum=eabe9624154bc2080e2898dec0556ba2e89daf549f81b81cb66d4ffd277f4553 + +post_install() { + vlicense license.txt +}