mirror of
https://github.com/ivabus/pantry
synced 2024-11-15 13:05:08 +03:00
48dd4fc808
moves the simple bash `neowofetch` tool into its own sub repo for users who don't want a whole python system ref: https://github.com/pkgxdev/pantry/pull/6042#issuecomment-2091269675
18 lines
389 B
YAML
18 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
|