# 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 " 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 } }