Skip to content

Commit

Permalink
user/xmpp-dns: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyyls committed Feb 25, 2025
1 parent e8867e5 commit a03e883
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions user/xmpp-dns/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pkgname = "xmpp-dns"
pkgver = "0.4.5"
pkgrel = 0
build_style = "go"
hostmakedepends = ["go"]
pkgdesc = "CLI tool to check XMPP SRV records"
maintainer = "ttyyls <[email protected]>"
license = "BSD-2-Clause"
url = "https://salsa.debian.org/mdosch/xmpp-dns"
source = f"https://salsa.debian.org/mdosch/xmpp-dns/-/archive/v{pkgver}/xmpp-dns-v{pkgver}.tar.gz"
sha256 = "ce4ee08577f9a84828d234790af85e4031727eaf37900f0fccc4ceeb92616239"


def post_install(self):
self.install_license("LICENSE")
self.install_man("man/xmpp-dns.1")

0 comments on commit a03e883

Please sign in to comment.