18 lines
518 B
Bash
18 lines
518 B
Bash
# Template file for 'httpstat'
|
|
pkgname=httpstat
|
|
version=1.1.0
|
|
revision=3
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/davecheney/httpstat"
|
|
distfiles="https://github.com/davecheney/httpstat/archive/v${version}.tar.gz"
|
|
checksum=58260ab0a56557d0c2509ea09ee3fe54fe21a49f95d94189efdd64caec84fa67
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|