mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
27 lines
509 B
YAML
27 lines
509 B
YAML
|
distributable:
|
||
|
url: https://github.com/arzzen/git-quick-stats/archive/refs/tags/{{ version }}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: arzzen/git-quick-stats
|
||
|
strip: /^Version /
|
||
|
|
||
|
provides:
|
||
|
- bin/git-quick-stats
|
||
|
|
||
|
dependencies:
|
||
|
git-scm.org: '*'
|
||
|
gnu.org/bash: '*'
|
||
|
linux:
|
||
|
# bin/column
|
||
|
github.com/util-linux/util-linux: '*'
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
script: make PREFIX={{prefix}} install
|
||
|
test: make test
|
||
|
|
||
|
test: |
|
||
|
git clone https://github.com/teaxyz/cli
|
||
|
git -C cli quick-stats -T
|