+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:
James Reynolds 2023-03-27 09:58:42 -06:00 committed by GitHub
parent 5e781fbc36
commit de5e7a9a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}"