pantry/projects/github.com/jaseg/lolcat/package.yml
James Reynolds de5e7a9a75
+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>
2023-03-27 11:58:42 -04:00

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