aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-07-07 21:11:56 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-09-26 17:25:36 +0000
commit76f8e7503e4e5bc94a8952b9e269efa0e2a837f5 (patch)
tree9c0280e76334293f783343cd6983b4d15730b003
parent9a04f2220d6e3bc667c3782c6ac63bb260a8873a (diff)
downloadvoid-packages-user/luca/xmpp-dns.tar
void-packages-user/luca/xmpp-dns.tar.gz
void-packages-user/luca/xmpp-dns.tar.bz2
void-packages-user/luca/xmpp-dns.tar.lz
void-packages-user/luca/xmpp-dns.tar.xz
void-packages-user/luca/xmpp-dns.tar.zst
void-packages-user/luca/xmpp-dns.zip
New package: xmpp-dns-0.4.2user/luca/xmpp-dns
-rw-r--r--srcpkgs/xmpp-dns/template18
1 files changed, 18 insertions, 0 deletions
diff --git a/srcpkgs/xmpp-dns/template b/srcpkgs/xmpp-dns/template
new file mode 100644
index 00000000000..6443231b556
--- /dev/null
+++ b/srcpkgs/xmpp-dns/template
@@ -0,0 +1,18 @@
+# Template file for 'xmpp-dns'
+pkgname=xmpp-dns
+version=0.4.2
+revision=1
+build_style=go
+go_import_path="salsa.debian.org/mdosch/xmpp-dns"
+short_desc="CLI tool to check XMPP SRV records"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="BSD-2-Clause"
+homepage="https://salsa.debian.org/mdosch/xmpp-dns"
+changelog="https://salsa.debian.org/mdosch/xmpp-dns/-/blob/master/CHANGELOG.md?ref_type=heads"
+distfiles="https://salsa.debian.org/mdosch/xmpp-dns/-/archive/v$version/xmpp-dns-v$version.tar.gz"
+checksum=9aa1e6ec5ca1c1f5e5f1ac666fd0c05d4cf1a9aab215ac834bcd79cbc438e71a
+
+post_install() {
+ vlicense LICENSE
+ vman man/xmpp-dns.1
+}