We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3057e commit 3e3d1a1Copy full SHA for 3e3d1a1
1 file changed
srcpkgs/scheme-bytestructures/template
@@ -0,0 +1,19 @@
1
+# Template file for 'scheme-bytestructures'
2
+pkgname=scheme-bytestructures
3
+version=2.0.2
4
+revision=1
5
+build_style=gnu-configure
6
+configure_args="--prefix=/usr"
7
+hostmakedepends="autoconf automake pkg-config guile-devel"
8
+makedepends="guile-devel"
9
+depends=""
10
+short_desc="Structured access to bytevector contents"
11
+maintainer="orahcio <orahcio@gmail.com>"
12
+license="GPL-3.0-or-later"
13
+homepage="https://github.com/TaylanUB/scheme-bytestructures"
14
+distfiles="https://github.com/TaylanUB/scheme-bytestructures/releases/download/v${version}/bytestructures-${version}.tar.gz"
15
+checksum=515029be70c0e4d57b0285c2bae6e52501f3dd38c834b1771a668eb3aafad11d
16
+
17
+pre_configure() {
18
+ autoreconf -vif
19
+}
0 commit comments