sift: fix license, correct description
This commit is contained in:
parent
1de5912016
commit
96815658a1
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'sift'
|
||||
pkgname=sift
|
||||
version=0.9.0
|
||||
revision=12
|
||||
revision=13
|
||||
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"
|
||||
hostmakedepends="git"
|
||||
short_desc="Fast and powerful alternative to grep"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/svent/sift"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=bbbd5c472c36b78896cd7ae673749d3943621a6d5523d47973ed2fc6800ae4c8
|
||||
|
|
Loading…
Reference in New Issue