void-packages/srcpkgs/lily/template
cr6git c6df0b36e7 lily: update to 1.4, fix homepage.
Closes #13584.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-18 23:24:49 +02:00

25 lines
634 B
Bash

# Template file for 'lily'
pkgname=lily
version=1.4
revision=1
build_style=cmake
short_desc="Interpreted language with a focus on expressiveness and type safety"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="http://fascinatedbox.github.io/lily/"
distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz"
checksum=c67e12da54451f8bc0d91d2e05b56fb3d0ca339edab3555d1d7a3e064ad0c3f1
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
}
}