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 +}