17 lines
435 B
Bash
17 lines
435 B
Bash
# Template file for 'blush'
|
|
pkgname=blush
|
|
version=0.6.0
|
|
revision=3
|
|
build_style=go
|
|
go_import_path=github.com/arsham/blush
|
|
short_desc="Grep with colours"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="MIT"
|
|
homepage="https://github.com/arsham/blush"
|
|
distfiles="https://github.com/arsham/blush/archive/v${version}.tar.gz"
|
|
checksum=6db6b033bb5d4c4ac350b36b82d79447d5b91509db3a5eceb72ecb9484495e54
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|