pantry/projects/github.com/dylanaraps/neofetch/package.yml
2023-10-01 20:41:57 -04:00

22 lines
389 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:
script: make --jobs {{ hw.concurrency }} install
env:
ARGS:
- PREFIX="{{prefix}}"
provides:
- bin/neofetch
test: neofetch | grep $(uname -m)