25 lines
656 B
Bash
25 lines
656 B
Bash
# Template file for 'lily'
|
|
pkgname=lily
|
|
version=2.0
|
|
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"
|
|
distfiles="https://gitlab.com/FascinatedBox/lily/-/archive/v${version}/lily-v${version}.tar.bz2"
|
|
checksum=c135824d761b573f270b4f9b0b61841595d9b7c4a3a805246aad2962b1589ff1
|
|
|
|
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"
|
|
}
|
|
}
|