From cf2cfb35166dd6c6d7d965b24728ccc2964f55db 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 | 20 ++++++++++++++++++++ 1 file changed, 20 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..7a0cdcfb45bfd --- /dev/null +++ b/srcpkgs/pipes-rs/template @@ -0,0 +1,20 @@ +# 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 + +post_install() { + vlicense LICENSE.md +}