16 lines
484 B
Bash
16 lines
484 B
Bash
# 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
|
|
}
|