void-packages/srcpkgs/lily/template

25 lines
621 B
Bash
Raw Normal View History

2016-07-09 17:42:05 +00:00
# Template file for 'lily'
pkgname=lily
2017-02-02 11:13:04 +00:00
version=1.0
2016-07-09 17:42:05 +00:00
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"
2017-02-02 11:13:04 +00:00
homepage="http://lily-lang.org"
2016-10-12 00:33:34 +00:00
distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz"
2017-02-02 11:13:04 +00:00
checksum=6ea719ba3ae3b677b44ca25281ac7bf63f3241b4e6faef6d6bfc794993e292bd
2016-07-09 17:42:05 +00:00
post_install() {
vlicense license.txt
}
2017-02-02 11:13:04 +00:00
lily-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
}
}