void-packages/srcpkgs/lily/template

25 lines
657 B
Bash

# Template file for 'lily'
pkgname=lily
version=1.11
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=29a57da43d590982cf5b83437ae1a495e3d66f8e07e5abc748ededc7b6962fcb
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"
}
}