mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+geni -- Migrate tool for LibSQL
This commit is contained in:
parent
e5bd65cb84
commit
49cd8ec97c
1 changed files with 19 additions and 0 deletions
19
projects/priver.dev/geni/package.yml
Normal file
19
projects/priver.dev/geni/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/emilpriver/geni/archive/refs/tags/v0.0.1-beta.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/geni
|
||||||
|
|
||||||
|
versions:
|
||||||
|
- 2023.12.27
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ">=1.65"
|
||||||
|
rust-lang.org/cargo: "*"
|
||||||
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(geni --version)" = "geni 1.0.0"
|
Loading…
Reference in a new issue