From fe40c776e77aadcb51657ccf4b7019c45b596b71 Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Mon, 22 Jan 2024 10:04:31 -0500 Subject: [PATCH] +reshape -- Rust-based, zero-downtime schema migration tool for Postgres (#4933) * +reshape -- An easy-to-use, zero-downtime schema migration tool for Postgres * fix: test --- .../fabianlindfors.se/reshape/package.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 projects/fabianlindfors.se/reshape/package.yml diff --git a/projects/fabianlindfors.se/reshape/package.yml b/projects/fabianlindfors.se/reshape/package.yml new file mode 100644 index 00000000..185a8c10 --- /dev/null +++ b/projects/fabianlindfors.se/reshape/package.yml @@ -0,0 +1,20 @@ +distributable: + url: https://github.com/fabianlindfors/reshape/archive/refs/tags/v{{ version }}.tar.gz + strip-components: 1 + +provides: + - bin/reshape + +versions: + github: fabianlindfors/reshape + strip: /v/ + +build: + dependencies: + rust-lang.org: ">=1.65" + rust-lang.org/cargo: "*" + script: cargo install --locked --path . --root {{prefix}} + +test: + script: + - test "$(reshape --version)" = "Reshape {{version}}"