mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
23 lines
331 B
YAML
23 lines
331 B
YAML
distributable:
|
|
url: https://github.com/pkgxdev/mash/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: mash
|
|
|
|
versions:
|
|
github: pkgxdev/mash
|
|
|
|
dependencies:
|
|
pkgx.sh: ^1.1
|
|
gnu.org/bash: '*'
|
|
curl.se: '*'
|
|
|
|
build:
|
|
install -D mash {{prefix}}/bin/mash
|
|
|
|
provides:
|
|
- bin/mash
|
|
|
|
test:
|
|
mash pkgxdev/demo
|