mirror of
https://github.com/ivabus/pantry
synced 2024-11-15 13:05:08 +03:00
19 lines
389 B
YAML
19 lines
389 B
YAML
|
distributable:
|
||
|
url: https://github.com/hykilpikonna/hyfetch/archive/refs/tags/{{version.tag}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: hykilpikonna/hyfetch
|
||
|
|
||
|
dependencies:
|
||
|
pkgx.sh: ^1
|
||
|
|
||
|
build:
|
||
|
- mkdir -p '{{prefix}}/bin'
|
||
|
- install neofetch '{{prefix}}/bin/neowofetch'
|
||
|
|
||
|
provides:
|
||
|
- bin/neowofetch
|
||
|
|
||
|
test: neowofetch --config none --color-blocks off --disable wm de term gpu
|