# Template file for 'httpstat'
pkgname=httpstat
version=1.2.1
revision=1
build_style=go
go_ldflags="-X=main.version=${version}"
go_import_path="github.com/davecheney/httpstat"
short_desc="It's like curl -v, with colours"
maintainer="elbachir-one <bachiralfa@gmail.com>"
license="MIT"
homepage="https://github.com/davecheney/httpstat"
distfiles="https://github.com/davecheney/httpstat/archive/refs/tags/v${version}.tar.gz"
checksum=be3f191a0b07ef3a38b94c0bb9a821b2fc33ea347525a193a167173a2198191c

post_install() {
	vlicense LICENSE
}
