mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
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>
This commit is contained in:
parent
fc14ba4e7f
commit
e8666a6212
1 changed files with 26 additions and 0 deletions
26
projects/github.com/dylanaraps/neofetch/package.yml
Normal file
26
projects/github.com/dylanaraps/neofetch/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
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)
|
Loading…
Reference in a new issue