b8c5e59acd
Fix small typos, expand some variables, leave comments for updates.
13 lines
433 B
Bash
13 lines
433 B
Bash
# Template file for 'sift'
|
|
pkgname=sift
|
|
version=0.9.0
|
|
revision=12
|
|
build_style=go
|
|
hostmakedepends="git"
|
|
short_desc="A fast and powerful open source alternative to grep"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-3"
|
|
go_import_path="github.com/svent/sift"
|
|
homepage="https://github.com/svent/sift"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=bbbd5c472c36b78896cd7ae673749d3943621a6d5523d47973ed2fc6800ae4c8
|