# Template file for 'lily' pkgname=lily version=1.1 revision=1 build_style=cmake short_desc="An interpreted language with a focus on expressiveness and type safety" maintainer="Diogo Leal " license="MIT" homepage="http://lily-lang.org" distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz" checksum=8d243707c8ee796d492644235134da0edb6b29231f06c568824e1e424e74b64f 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 } }