19 lines
578 B
Bash
19 lines
578 B
Bash
# Template file for 'ugrep'
|
|
pkgname=ugrep
|
|
version=3.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-avx"
|
|
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=65d8ff9784630d25b4e4fadef6bd1f60ddcff206fbb38f756b42f0c63c6b2c23
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|