mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
New package: httptap-0.1.1
This commit is contained in:
parent
724dea8596
commit
5ec8fc3a3e
1 changed files with 16 additions and 0 deletions
16
srcpkgs/httptap/template
Normal file
16
srcpkgs/httptap/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'httptap'
|
||||||
|
pkgname=httptap
|
||||||
|
version=0.1.1
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/monasticacademy/httptap
|
||||||
|
short_desc="View HTTP/HTTPS requests made by any program"
|
||||||
|
maintainer="Otavio Pliger <void@pliger.dev>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/monasticacademy/httptap"
|
||||||
|
distfiles="https://github.com/monasticacademy/httptap/archive/v${version}.tar.gz"
|
||||||
|
checksum=dc6b99f20b1ab33f6801050a2367529a235c2b1a654d24f908b1f1bf62a36457
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue