From 19fc5782f271c9511a6e15461bda92c6bd866ac1 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 13 May 2024 14:52:23 +0200 Subject: [PATCH] New package: netscanner-0.5.0 --- srcpkgs/netscanner/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/netscanner/template diff --git a/srcpkgs/netscanner/template b/srcpkgs/netscanner/template new file mode 100644 index 00000000000000..d37b1ed6618c5a --- /dev/null +++ b/srcpkgs/netscanner/template @@ -0,0 +1,17 @@ +# Template file for 'netscanner' +pkgname=netscanner +version=0.5.0 +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" +distfiles="https://github.com/Chleba/netscanner/archive/refs/tags/v${version}.tar.gz" +checksum=b554e8b64e3f297dd4a8a1fefa75ef164082f9a11f8991add6db25ebf198d27c + +do_build() { + # this line can probably be removed with the next update + cargo build --release --target ${RUST_TARGET} +}