mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
21 lines
404 B
YAML
21 lines
404 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:
|
|
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}}"
|