diff --git a/projects/github.com/dylanaraps/neofetch/package.yml b/projects/github.com/dylanaraps/neofetch/package.yml new file mode 100644 index 00000000..6dc36a01 --- /dev/null +++ b/projects/github.com/dylanaraps/neofetch/package.yml @@ -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)