mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
24 lines
468 B
YAML
24 lines
468 B
YAML
|
distributable:
|
||
|
url: https://github.com/jaseg/lolcat/archive/refs/tags/v{{version.raw}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: jaseg/lolcat/tags
|
||
|
strip: /^v/
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
script: |
|
||
|
make --jobs {{ hw.concurrency }} lolcat
|
||
|
mkdir -p {{prefix}}/bin
|
||
|
mv lolcat {{prefix}}/bin
|
||
|
|
||
|
provides:
|
||
|
- bin/lolcat
|
||
|
|
||
|
test:
|
||
|
script: |
|
||
|
lolcat --version | grep "lolcat version {{version.marketing}}"
|