void-packages/srcpkgs/ugrep/template
2021-03-01 22:15:37 +01:00

17 lines
563 B
Bash

# Template file for 'ugrep'
pkgname=ugrep
version=3.1.9
revision=1
build_style=gnu-configure
configure_args="--disable-avx"
makedepends="bzip2-devel liblz4-devel liblzma-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=c2a94fbacf8cf0f7d35e73fabbe4a6afc20feff8c340c9ced7a22343a8d7a569
post_install() {
vlicense LICENSE.txt LICENSE
}