15 lines
468 B
Bash
15 lines
468 B
Bash
# Template file for 'lily'
|
|
pkgname=lily
|
|
version=0.18
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="An interpreted language with a focus on expressiveness and type safety"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://fascinatedbox.github.io/lily/"
|
|
distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz"
|
|
checksum=87ca3fb6d5c84f8dab78fb3bcf52ac74988a77ae21a01e43b02e82fbd8ed936f
|
|
|
|
post_install() {
|
|
vlicense license.txt
|
|
}
|