void-packages/srcpkgs/guile-wisp/template

20 lines
621 B
Bash

# 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
}