Merge pull request #5117 from diogoleal/httpstat
New package: httpstat-1.0.0
This commit is contained in:
commit
0c4c3b553e
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'httpstat'
|
||||||
|
pkgname=httpstat
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/davecheney/httpstat"
|
||||||
|
hostmakedepends="git"
|
||||||
|
short_desc="It's like curl -v, with colours"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/davecheney/httpstat"
|
||||||
|
distfiles="https://github.com/davecheney/httpstat/archive/v${version}.tar.gz"
|
||||||
|
checksum=3a9e89141bb773ca5fa35b9b0ddd4832c17b317849471bacd0f1130333bbcd7b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in New Issue