New package: guile-wisp-1.0.2

closes #10764
This commit is contained in:
B. Wilson 2019-04-09 17:41:36 +09:00 committed by maxice8
parent 687e3c21c6
commit e0f7d18003
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'guile-wisp'
pkgname=guile-wisp
version=1.0.2
revision=1
wrksrc="wisp-${version}"
build_style=gnu-configure
configure_args="--datarootdir=/usr/share"
hostmakedepends="guile pkg-config python3"
makedepends="guile-devel"
depends="guile>=2.0"
short_desc="SRFI-119 (WISP, Whitespace Lisp) implementation for guile"
maintainer="B. Wilson <x@wilsonb.com>"
license="GPL-3.0-or-later"
homepage="https://www.draketo.de/english/wisp"
distfiles="https://bitbucket.org/ArneBab/wisp/downloads/wisp-${version}.tar.gz"
checksum=c66d2bdf0ceffce7322783288ab40bb2a1aef0d1e55207ada7547999e43dff0e

View File

@ -0,0 +1,2 @@
site="https://bitbucket.org/ArneBab/wisp/downloads/"
pattern="wisp-\K[\d.]+"