void-packages/srcpkgs/lily/template

16 lines
468 B
Bash
Raw Normal View History

2016-07-09 17:42:05 +00:00
# Template file for 'lily'
pkgname=lily
2016-10-12 00:33:34 +00:00
version=0.18
2016-07-09 17:42:05 +00:00
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"
2016-10-12 00:33:34 +00:00
homepage="https://fascinatedbox.github.io/lily/"
distfiles="https://github.com/FascinatedBox/lily/archive/v${version}.tar.gz"
checksum=87ca3fb6d5c84f8dab78fb3bcf52ac74988a77ae21a01e43b02e82fbd8ed936f
2016-07-09 17:42:05 +00:00
post_install() {
vlicense license.txt
}