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-07-12 01:20:05 +00:00
version=0.17
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"
homepage="http://jesserayadkins.github.io/lily"
distfiles="https://github.com/jesserayadkins/lily/archive/v${version}.tar.gz"
2016-07-12 01:20:05 +00:00
checksum=08c1b313cfb182f58dcf3ff843ea8fccdb0e9471e8e63d1652600bc899c0e0af
2016-07-09 17:42:05 +00:00
post_install() {
vlicense license.txt
}