From c7b03089253731e74c7abcd5661c32d3132153e6 Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Mon, 21 Aug 2023 18:47:34 -0400 Subject: [PATCH] =?UTF-8?q?+getsynth.com=20=E2=80=94=20Data=20Generator=20?= =?UTF-8?q?to=20seed=20anonymized,=20realistic,=20fake=20data=20into=20you?= =?UTF-8?q?r=20database=20(#2994)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wip * wip nightly * error: rustup is not installed at HOME/.cargo * remove --locked (their version of value-bag is old) * fix test --------- Co-authored-by: Jacob Heider --- projects/getsynth.com/package.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 projects/getsynth.com/package.yml diff --git a/projects/getsynth.com/package.yml b/projects/getsynth.com/package.yml new file mode 100644 index 00000000..2d3f3231 --- /dev/null +++ b/projects/getsynth.com/package.yml @@ -0,0 +1,20 @@ +distributable: + url: https://github.com/shuttle-hq/synth/archive/refs/tags/v{{ version }}.tar.gz + strip-components: 1 + +provides: + - bin/synth + +versions: + github: shuttle-hq/synth + strip: /v/ + +build: + dependencies: + rust-lang.org: ^1.65 + rust-lang.org/cargo: '*' + script: cargo install --path synth --root {{prefix}} + +test: + script: + - test "$(synth version)" = "synth {{version}}"