From 4d59762714959518b236181058c6887b4cee04ca 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/files/LICENSE | 35 ++++++++++++++++++++++++++++++++++ srcpkgs/pipes-rs/template | 16 ++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 srcpkgs/pipes-rs/files/LICENSE create mode 100644 srcpkgs/pipes-rs/template diff --git a/srcpkgs/pipes-rs/files/LICENSE b/srcpkgs/pipes-rs/files/LICENSE new file mode 100644 index 0000000000000..7b69af9a0e07d --- /dev/null +++ b/srcpkgs/pipes-rs/files/LICENSE @@ -0,0 +1,35 @@ +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with this software as possible, while protecting contributors from liability. + +## Acceptance + +In order to receive this license, you must agree to its rules. The rules of this license are both obligations under that agreement and conditions to your license. You must not do anything with this software that triggers a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this software that would otherwise infringe that contributor's copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of any part of this software from you, with or without changes, also gets the text of this license or a link to . + +## Excuse + +If anyone notifies you in writing that you have not complied with [Notices](#notices), you can keep your license by taking all practical steps to comply within 30 days after the notice. If you do not do so, your license ends immediately. + +## Patent + +Each contributor licenses you to do everything with this software that would otherwise infringe any patent claims they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, without any warranty or condition, and no contributor will be liable to anyone for any damages related to this software or this license, under any kind of legal claim.*** diff --git a/srcpkgs/pipes-rs/template b/srcpkgs/pipes-rs/template new file mode 100644 index 0000000000000..548dabc9ff70c --- /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