parent
9dceb70049
commit
3449629cd6
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'joker'
|
||||
pkgname=joker
|
||||
version=1.1.0
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/candid82/joker
|
||||
short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) linter"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
license="EPL-1.0"
|
||||
homepage="https://joker-lang.org/"
|
||||
changelog="https://github.com/candid82/joker/releases"
|
||||
distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=a963d8a3f1361143e33e0fa2463650173095cbf2e4593463007f32f4a81d3e57
|
||||
checksum=bf82b2f5deeb5f449eee127c2173a89dfff53da6c9765d0da312bf730395efd4
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||
|
|
Loading…
Reference in New Issue