13 lines
429 B
Bash
13 lines
429 B
Bash
# Template file for 'sift'
|
|
pkgname=sift
|
|
version=0.4.0
|
|
revision=1
|
|
build_style=go
|
|
hostmakedepends="git"
|
|
short_desc="A fast and powerful open source alternative to grep"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="GPL-3"
|
|
go_import_path="github.com/svent/sift"
|
|
homepage="https://$go_import_path"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=6682b3eb08ae45eca8c6a09ef7811a79f6a9f244cdd06b76cd65eed956375b31
|