New package: netscanner-0.6.2

This commit is contained in:
Bnyro 2024-05-13 14:52:23 +02:00 committed by Duncan Overbruck
parent 23a9ccd49a
commit e4336fb6b6

View file

@ -0,0 +1,18 @@
# Template file for 'netscanner'
pkgname=netscanner
version=0.6.2
revision=1
build_style=cargo
depends="iw"
short_desc="Network scanner & diagnostic tool with modern TUI"
maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://github.com/Chleba/netscanner"
changelog="https://raw.githubusercontent.com/Chleba/netscanner/main/debian/changelog"
distfiles="https://github.com/Chleba/netscanner/archive/refs/tags/v${version}.tar.gz"
checksum=f0b4bc4ce5144fc61d5df69cd008dabe9ae973d1a257923ed48545abcf861d02
post_install() {
vman debian/netscanner.manpage netscanner.1
vlicense LICENSE
}