void-packages/srcpkgs/lily/template
2016-07-11 22:20:05 -03:00

15 lines
468 B
Bash

# Template file for 'lily'
pkgname=lily
version=0.17
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"
checksum=08c1b313cfb182f58dcf3ff843ea8fccdb0e9471e8e63d1652600bc899c0e0af
post_install() {
vlicense license.txt
}