From 633f78fc1ae3b0d5fbdf1870f0863e17184f4ab3 Mon Sep 17 00:00:00 2001 From: Cornelius-Figgle Date: Fri, 11 Aug 2023 21:56:28 +0100 Subject: [PATCH] New package: pipes-rs-1.6.1 --- srcpkgs/pipes-rs/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/pipes-rs/template diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template new file mode 100644 index 0000000000000..82bd8bf56d842 --- /dev/null +++ b/srcpkgs/pipes-rs/template @@ -0,0 +1,16 @@ +# Template file for 'pipes-rs' +pkgname=pipes-rs +version=1.6.1 +revision=1 +build_style=cargo +make_install_args="--path crates/pipes-rs" +short_desc="Over-engineered rewrite of pipes.sh" +maintainer="Cornelius-Figgle " +license="BlueOak-1.0.0" +homepage="https://github.com/lhvy/pipes-rs" +distfiles="https://github.com/lhvy/pipes-rs/archive/refs/tags/v${version}.tar.gz" +checksum=93e2b8e8afb6e8ecde20bf3b4fab6e9dc4abeacbf7d2065929611d2c43cf8638 + +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + XBPS_CROSS_RUSTFLAGS+=" -latomic" +fi