Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions srcpkgs/lily/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Template file for 'lily'
pkgname=lily
version=2.0
version=2.5
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=c135824d761b573f270b4f9b0b61841595d9b7c4a3a805246aad2962b1589ff1
changelog="https://gitlab.com/FascinatedBox/lily/-/raw/main/RELEASES.md"
distfiles="https://gitlab.com/FascinatedBox/lily/-/archive/v${version}/lily-v${version}.tar.gz"
checksum=782fc78bb5a2e3440c6aa473f853110acec37af76b48229f1901cd52dbf0fd02

post_install() {
vlicense license.txt
vlicense LICENSE.txt
}

lily-devel_package() {
Expand Down