mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
+cpanm
This commit is contained in:
parent
25affb456a
commit
b920bd314d
1 changed files with 34 additions and 0 deletions
34
projects/cpanmin.us/package.yml
Normal file
34
projects/cpanmin.us/package.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
distributable:
|
||||
url: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-{{version.raw}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: miyagawa/cpanminus/tags
|
||||
ignore:
|
||||
- /^1.9/ # invalid versions in the tags for some reason
|
||||
- /^1.79/ # ^^
|
||||
- /^1.71/ # ^^ like wtf?
|
||||
|
||||
dependencies:
|
||||
perl.org: '*'
|
||||
|
||||
companions:
|
||||
tea.xyz/gx/make: '*'
|
||||
|
||||
provides:
|
||||
- bin/cpanm
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
perl Makefile.PL INSTALL_BASE={{prefix}}
|
||||
make install
|
||||
|
||||
fix-shebangs.ts {{prefix}}/bin/cpanm
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
tea.xyz/gx/make: '*'
|
||||
script:
|
||||
cpanm --verbose --local-lib=./out Test::More
|
Loading…
Reference in a new issue