mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
+github.com/jaseg/lolcat (#859)
* +github.com/jaseg/lolcat * Fix test * Fixed test, moved project into github.com folder --------- Co-authored-by: James Reynolds <magnsuviri@me.com>
This commit is contained in:
parent
5e781fbc36
commit
de5e7a9a75
1 changed files with 23 additions and 0 deletions
23
projects/github.com/jaseg/lolcat/package.yml
Normal file
23
projects/github.com/jaseg/lolcat/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
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}}"
|
Loading…
Reference in a new issue