pantry/projects/github.com/dylanaraps/neofetch/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

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