diff --git a/srcpkgs/netscanner/template b/srcpkgs/netscanner/template new file mode 100644 index 00000000000..baf43b3381e --- /dev/null +++ b/srcpkgs/netscanner/template @@ -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 " +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 +}