mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
790a3bd160
* add mdcat * fix: +aws.amazon.com/cli remove `_awscli` symlink (#437) * add build script * wip * add pkg-config dep --------- Co-authored-by: Ramazan Elsunakev <35545693+relsunkaev@users.noreply.github.com> Co-authored-by: Max Howell <mxcl@me.com> Co-authored-by: Jacob Heider <jacob@tea.xyz>
22 lines
407 B
YAML
22 lines
407 B
YAML
distributable:
|
|
url: https://github.com/swsnr/mdcat/archive/refs/tags/mdcat-{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/mdcat
|
|
|
|
versions:
|
|
github: swsnr/mdcat/tags
|
|
strip: /mdcat-/
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: '>=1.56'
|
|
rust-lang.org/cargo: '*'
|
|
freedesktop.org/pkg-config: '*'
|
|
script:
|
|
cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
mdcat --version
|