mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
19 lines
285 B
YAML
19 lines
285 B
YAML
|
distributable:
|
||
|
url: https://github.com/lra/mackup/archive/refs/tags/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: lra/mackup/releases/tags
|
||
|
|
||
|
dependencies:
|
||
|
python.org: ^3
|
||
|
|
||
|
build:
|
||
|
python-venv.sh {{prefix}}/bin/mackup
|
||
|
|
||
|
provides:
|
||
|
- bin/mackup
|
||
|
|
||
|
test:
|
||
|
mackup --help
|