aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/guile-wisp/template
blob: 17fd9ef84dea22898fb7addbe582a19b1cf91cb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template file for 'guile-wisp'
pkgname=guile-wisp
version=1.0.12
revision=1
build_style=gnu-configure
configure_args="--datarootdir=/usr/share python3=python3"
hostmakedepends="automake guile pkg-config python3"
makedepends="guile-devel"
depends="guile"
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://hg.sr.ht/~arnebab/wisp/archive/v${version}.tar.gz"
checksum=ad993295163ec64fef1a9ca69076caa4ecf338e7c90dd95d83c55e50d1984ac4

pre_configure() {
	autoreconf -fi
}