We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eec9a commit 7b9ceedCopy full SHA for 7b9ceed
1 file changed
srcpkgs/rustnet/template
@@ -0,0 +1,19 @@
1
+# Template file for 'rustnet'
2
+pkgname=rustnet
3
+version=1.0.0
4
+revision=1
5
+build_style=cargo
6
+hostmakedepends="pkg-config clang19"
7
+makedepends="elfutils-devel libpcap-devel"
8
+short_desc="Cross-platform network monitoring terminal UI tool built with Rust"
9
+maintainer="zenobit <zenobit@disroot.org>"
10
+license="Apache-2.0"
11
+homepage="https://github.com/domcyrus/rustnet"
12
+#changelog=""
13
+distfiles="https://github.com/domcyrus/rustnet/archive/refs/tags/v${version}.tar.gz"
14
+checksum=65030c42811889360cee9edb0e70da2f5d8dd90fb80554019e300629741b6875
15
+
16
+# eBPF compilation not available for cross-compilation to aarch64
17
+case "$XBPS_TARGET_MACHINE" in
18
+ aarch64*|armv*) broken="eBPF cross-compilation not supported" ;;
19
+esac
0 commit comments