diff --git a/srcpkgs/scheme-bytestructures/template b/srcpkgs/scheme-bytestructures/template new file mode 100644 index 00000000000000..e2ad01d4509f8e --- /dev/null +++ b/srcpkgs/scheme-bytestructures/template @@ -0,0 +1,17 @@ +# Template file for 'scheme-bytestructures' +pkgname=scheme-bytestructures +version=2.0.2 +revision=2 +build_style=gnu-configure +hostmakedepends="autoconf automake pkg-config guile-devel" +makedepends="guile-devel" +short_desc="Structured access to bytevector contents" +maintainer="orahcio " +license="GPL-3.0-or-later" +homepage="https://github.com/TaylanUB/scheme-bytestructures" +distfiles="https://github.com/TaylanUB/scheme-bytestructures/releases/download/v${version}/bytestructures-${version}.tar.gz" +checksum=515029be70c0e4d57b0285c2bae6e52501f3dd38c834b1771a668eb3aafad11d + +pre_configure() { + autoreconf -vif +}