New package: mdns-scan-0.5
This commit is contained in:
parent
fe93791014
commit
de72cdc004
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'mdns-scan'
|
||||||
|
pkgname=mdns-scan
|
||||||
|
version=0.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Scan mDNS/DNS-SD published services on the local network"
|
||||||
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://github.com/alteholz/mdns-scan"
|
||||||
|
distfiles="https://github.com/alteholz/mdns-scan/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=fa830d91b993d15f8a463c8dd68f7106f0dded87928bec36074de934c2c52f73
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin mdns-scan
|
||||||
|
}
|
Loading…
Reference in New Issue