+pls -- Pretty ls (#4585)

* +pls -- Pretty ls

* libgit2 dep

* add comment

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
Kevin Chen 2023-12-23 17:54:26 -05:00 committed by GitHub
parent 5e07d6a283
commit b5834b1e6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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"