# Template file for 'fastwc'
pkgname=fastwc
version=0.1.0
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake libtool"
short_desc="A wc replacement that beats GNU wc - SIMD kernels, mmap, threads"
maintainer="huntedbytheirs <huntedbyth3irs@gmail.com>"
license="MIT"
homepage="https://git.spectoria.dev/huntedbytheirs/fastwc"
# requires a v0.1.0 tag on the Gitea remote; replace SKIP with the real
# checksum once the tag exists (xbps-src prints it on the first attempt)
distfiles="https://git.spectoria.dev/huntedbytheirs/fastwc/archive/v${version}.tar.gz"
checksum=SKIP

pre_configure() {
	autoreconf -fi
}
