mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
27 lines
459 B
YAML
27 lines
459 B
YAML
|
distributable:
|
||
|
url: https://github.com/dylanaraps/neofetch/archive/{{ version }}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: dylanaraps/neofetch
|
||
|
|
||
|
dependencies:
|
||
|
darwin:
|
||
|
github.com/jhford/screenresolution: '*'
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
script:
|
||
|
make --jobs {{ hw.concurrency }} install
|
||
|
env:
|
||
|
ARGS:
|
||
|
- PREFIX="{{prefix}}"
|
||
|
|
||
|
provides:
|
||
|
- bin/neofetch
|
||
|
|
||
|
test:
|
||
|
neofetch | grep $(uname -m)
|