vp-build/srcpkgs/httpstat/template

18 lines
504 B
Bash

# Template file for 'httpstat'
pkgname=httpstat
version=1.0.0
revision=12
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
}