19 lines
602 B
Bash
19 lines
602 B
Bash
# 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
|
|
}
|