New package: lily-0.16 (#4409)

This commit is contained in:
Diogo Leal 2016-07-09 14:42:05 -03:00 committed by Alessio Sergi
parent 1e91fef58e
commit 6efcf91424
1 changed files with 15 additions and 0 deletions

15
srcpkgs/lily/template Normal file
View File

@ -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 <diogo@diogoleal.com>"
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
}