Skip to content

Commit e12cc32

Browse files
committed
New package: scheme-bytestructures-2.0.2
New package: scheme-bytestructures-2.0.2
1 parent 3b48a75 commit e12cc32

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
short_desc="Structured access to bytevector contents"
10+
maintainer="orahcio <[email protected]>"
11+
license="GPL-3.0-or-later"
12+
homepage="https://github.com/TaylanUB/scheme-bytestructures"
13+
distfiles="https://github.com/TaylanUB/scheme-bytestructures/releases/download/v${version}/bytestructures-${version}.tar.gz"
14+
checksum=515029be70c0e4d57b0285c2bae6e52501f3dd38c834b1771a668eb3aafad11d
15+
16+
pre_configure() {
17+
autoreconf -vif
18+
}

0 commit comments

Comments
 (0)