From 5e028b3d55ef7a52168bfe4d29acb906c94fa5c6 Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Sat, 26 Aug 2023 09:33:32 -0400 Subject: [PATCH] +huniq -- Filter out duplicates on the command line (#3093) * +huniq -- Filter out duplicates on the command line * refactor: Best practices for project with no tags/releases --- projects/crates.io/huniq/package.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/crates.io/huniq/package.yml diff --git a/projects/crates.io/huniq/package.yml b/projects/crates.io/huniq/package.yml new file mode 100644 index 00000000..313981e9 --- /dev/null +++ b/projects/crates.io/huniq/package.yml @@ -0,0 +1,21 @@ +distributable: + url: https://github.com/koraa/huniq/archive/1d3c47eafb83147ea83594c64ba62b4fbbe3d617.tar.gz + strip-components: 1 + +provides: + - bin/huniq + +versions: + - 2022.12.10 + # FIXME once there has been an official release + +build: + dependencies: + rust-lang.org: '>=1.65' + rust-lang.org/cargo: '*' + script: + cargo install --locked --path . --root {{prefix}} + +test: + script: + - test "$(huniq --version)" = "huniq 2.7.0"