pantry/projects/github.com/dylanaraps/neofetch/package.yml
Andrew e8666a6212
github.com/dylanaraps/neofetch (#2154)
* new file:   projects/github.com/dylanaraps/neofetch/package.yml

* clean

* neofetch --version always exit "1"

* change --version to -v

* create variable NEOFETCH_VERSION

* simpler test

* better simpler test

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-06-12 13:30:36 -04:00

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)