pantry/projects/github.com/cowsay-org/cowsay/package.yml
Pat Nakajima 1b479a71cb
+cowsay (#6160)
* add cowsay

* update

* cleanup

* fix everything

* try install missing perl module for linux

* add perl

* remove maybe unnecessary test dep

* respond to feedback

* update dep

* style fixes

safer to use `{{version.tag}}`, since people aren't the most consistent about keeping or remove `v` from their tags; cpanmin shouldn't be needed at runtime, and the rest is just tweaks

* needs perl

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2024-05-16 16:01:31 -04:00

29 lines
471 B
YAML

distributable:
url: https://github.com/cowsay-org/cowsay/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
display-name: cowsay
versions:
github: cowsay-org/cowsay
runtime:
env:
PERL5LIB: "{{prefix}}/lib/perl5:$PERL5LIB"
dependencies:
perl.org: ^5
build:
dependencies:
cpanmin.us: '*'
script:
- run: cpanm -l {{prefix}} File::Find
if: linux
- make install prefix={{prefix}}
provides:
- bin/cowsay
test: cowsay "hi"