mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: netscanner-0.6.2
This commit is contained in:
parent
23a9ccd49a
commit
e4336fb6b6
1 changed files with 18 additions and 0 deletions
18
srcpkgs/netscanner/template
Normal file
18
srcpkgs/netscanner/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue