# Template file for 'lily'
pkgname=lily
version=2.5
revision=1
build_style=cmake
short_desc="Interpreted language with a focus on expressiveness and type safety"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://gitlab.com/FascinatedBox/lily"
changelog="https://gitlab.com/FascinatedBox/lily/-/raw/main/RELEASES.md"
distfiles="https://gitlab.com/FascinatedBox/lily/-/archive/v${version}/lily-v${version}.tar.gz"
checksum=782fc78bb5a2e3440c6aa473f853110acec37af76b48229f1901cd52dbf0fd02

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