From 5ec8fc3a3e6858c3e636156c6f8d6d92ee448544 Mon Sep 17 00:00:00 2001 From: Otavio Pliger Date: Thu, 31 Jul 2025 09:44:05 +0300 Subject: [PATCH] New package: httptap-0.1.1 --- srcpkgs/httptap/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/httptap/template diff --git a/srcpkgs/httptap/template b/srcpkgs/httptap/template new file mode 100644 index 00000000000..dfdf4286434 --- /dev/null +++ b/srcpkgs/httptap/template @@ -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 " +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 +}