Skip to content

Commit 7b9ceed

Browse files
committed
New package: rustnet-1.0.0
1 parent b5eec9a commit 7b9ceed

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

srcpkgs/rustnet/template

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)