mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+pls -- Pretty ls (#4585)
* +pls -- Pretty ls * libgit2 dep * add comment --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
5e07d6a283
commit
b5834b1e6f
1 changed files with 23 additions and 0 deletions
23
projects/dhruvkb.dev/pls/package.yml
Normal file
23
projects/dhruvkb.dev/pls/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/pls-rs/pls/archive/refs/tags/v0.0.1-beta.3.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/pls
|
||||||
|
|
||||||
|
# TODO: use github: pls-rs/pls once they have tagged releases
|
||||||
|
versions:
|
||||||
|
- 2023.12.22
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
libgit2.org: ^1
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ">=1.65"
|
||||||
|
rust-lang.org/cargo: "*"
|
||||||
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(pls --version 2>&1 || true)" = "pls 0.0.1-beta.3"
|
Loading…
Reference in a new issue