void-packages/srcpkgs/ugrep/template

22 lines
628 B
Bash

# Template file for 'ugrep'
pkgname=ugrep
version=6.0.0
revision=1
build_style=gnu-configure
makedepends="bzip2-devel liblz4-devel liblzma-devel libzstd-devel pcre2-devel
zlib-devel"
short_desc="Ultra fast grep with interactive query UI"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://github.com/Genivia/ugrep"
distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
checksum=ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa
case "$XBPS_TARGET_MACHINE" in
armv*) configure_args+=" --disable-neon";;
esac
post_install() {
vlicense LICENSE.txt LICENSE
}