lily: update to 1.0

This commit is contained in:
Diogo Leal 2017-02-02 09:13:04 -02:00
parent a0a8de7f22
commit 6843adf3ed
2 changed files with 13 additions and 3 deletions

1
srcpkgs/lily-devel Symbolic link
View File

@ -0,0 +1 @@
lily

View File

@ -1,15 +1,24 @@
# Template file for 'lily'
pkgname=lily
version=0.18
version=1.0
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="https://fascinatedbox.github.io/lily/"
homepage="http://lily-lang.org"
distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz"
checksum=87ca3fb6d5c84f8dab78fb3bcf52ac74988a77ae21a01e43b02e82fbd8ed936f
checksum=6ea719ba3ae3b677b44ca25281ac7bf63f3241b4e6faef6d6bfc794993e292bd
post_install() {
vlicense license.txt
}
lily-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
}
}