-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump perl-file-fetch * Bump perl-file-sharedir-install * Bump perl-file-sharedir * Bump perl-html-tree * Unblacklist * Build perl-file-sharedir later
- Loading branch information
Showing
9 changed files
with
141 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
#!/bin/bash | ||
cpanm -i . | ||
|
||
# If it has Build.PL use that, otherwise use Makefile.PL | ||
if [ -f Build.PL ]; then | ||
perl Build.PL | ||
perl ./Build | ||
perl ./Build test | ||
# Make sure this goes in site | ||
perl ./Build install --installdirs site | ||
elif [ -f Makefile.PL ]; then | ||
# Make sure this goes in site | ||
perl Makefile.PL INSTALLDIRS=site | ||
make | ||
make test | ||
make install | ||
else | ||
echo 'Unable to find Build.PL or Makefile.PL. You need to modify build.sh.' | ||
exit 1 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,41 @@ | ||
{% set name = "perl-file-fetch" %} | ||
{% set version = "0.56" %} | ||
{% set sha256 = "b08575705916bbc7ae79c4966709549575a7a2be98e7bb6a1d85e67d5226dea1" %} | ||
|
||
package: | ||
name: perl-file-fetch | ||
version: '0.48' | ||
name: {{ name }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/File-Fetch-0.48.tar.gz | ||
sha256: 9996f7988144d7d661e6e668237f7ca6dd3e0d121e4f01a9f773fab7847e863c | ||
url: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/File-Fetch-0.56.tar.gz | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
number: 4 | ||
number: 0 | ||
|
||
requirements: | ||
build: | ||
- {{ compiler('c') }} | ||
host: | ||
- perl | ||
- perl-app-cpanminus | ||
- perl-module-build | ||
- perl-file-path | ||
- perl-ipc-cmd | ||
- perl-extutils-makemaker | ||
- perl-locale-maketext-simple | ||
- perl-module-load-conditional | ||
- perl-params-check | ||
|
||
run: | ||
- perl | ||
- perl-params-check | ||
- perl-file-path | ||
- perl-module-load-conditional | ||
- perl-locale-maketext-simple | ||
- perl-ipc-cmd | ||
|
||
test: | ||
imports: | ||
- File::Fetch | ||
|
||
about: | ||
home: https://metacpan.org/pod/File::Fetch | ||
license: Perl | ||
summary: A generic file fetching mechanism | ||
home: http://metacpan.org/pod/File::Fetch | ||
license: perl_5 | ||
summary: 'Generic file fetching code' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
#!/bin/bash | ||
cpanm -i . | ||
|
||
# If it has Build.PL use that, otherwise use Makefile.PL | ||
if [ -f Build.PL ]; then | ||
perl Build.PL | ||
perl ./Build | ||
perl ./Build test | ||
# Make sure this goes in site | ||
perl ./Build install --installdirs site | ||
elif [ -f Makefile.PL ]; then | ||
# Make sure this goes in site | ||
perl Makefile.PL INSTALLDIRS=site | ||
make | ||
make test | ||
make install | ||
else | ||
echo 'Unable to find Build.PL or Makefile.PL. You need to modify build.sh.' | ||
exit 1 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,36 @@ | ||
{% set name = "perl-file-sharedir-install" %} | ||
{% set version = "0.13" %} | ||
{% set sha256 = "45befdf0d95cbefe7c25a1daf293d85f780d6d2576146546e6828aad26e580f9" %} | ||
|
||
package: | ||
name: perl-file-sharedir-install | ||
version: '0.10' | ||
name: {{ name }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://cpan.metacpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-0.10.tar.gz | ||
sha256: 708af71dec4dfb5a8cf9a5e863b566714c3f65f0a76722302de5a07ee202e6f7 | ||
url: https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
number: 4 | ||
number: 0 | ||
|
||
requirements: | ||
build: | ||
- {{ compiler('c') }} | ||
host: | ||
- perl | ||
- perl-app-cpanminus | ||
- perl-module-build | ||
- perl-exporter | ||
- perl-extutils-makemaker | ||
- perl-carp | ||
- perl-file-path | ||
|
||
run: | ||
- perl | ||
- perl-exporter | ||
- perl-carp | ||
|
||
test: | ||
imports: | ||
- File::ShareDir::Install | ||
|
||
about: | ||
home: https://metacpan.org/pod/File::ShareDir::Install | ||
license: Perl | ||
summary: Install shared files | ||
home: https://github.com/Perl-Toolchain-Gang/File-ShareDir-Install | ||
license: perl_5 | ||
summary: 'Install shared files' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
#!/bin/bash | ||
cpanm -i . | ||
|
||
# If it has Build.PL use that, otherwise use Makefile.PL | ||
if [ -f Build.PL ]; then | ||
perl Build.PL | ||
perl ./Build | ||
perl ./Build test | ||
# Make sure this goes in site | ||
perl ./Build install --installdirs site | ||
elif [ -f Makefile.PL ]; then | ||
# Make sure this goes in site | ||
perl Makefile.PL INSTALLDIRS=site | ||
make | ||
make test | ||
make install | ||
else | ||
echo 'Unable to find Build.PL or Makefile.PL. You need to modify build.sh.' | ||
exit 1 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,37 @@ | ||
{% set name = "perl-file-sharedir" %} | ||
{% set version = "1.116" %} | ||
{% set sha256 = "59d90bfdf98c4656ff4173e62954ea8cf0de66565e35d108ecd7050596cb8328" %} | ||
|
||
package: | ||
name: perl-file-sharedir | ||
version: '1.102' | ||
name: {{ name }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.102.tar.gz | ||
sha256: 7c7334b974882587fbd9bc135f6bc04ad197abe99e6f4761953fe9ca88c57411 | ||
url: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.116.tar.gz | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
number: 4 | ||
number: 0 | ||
|
||
requirements: | ||
build: | ||
- {{ compiler('c') }} | ||
host: | ||
- perl | ||
- perl-app-cpanminus | ||
- perl-module-build | ||
- perl-file-path | ||
- perl-file-sharedir-install | ||
- perl-class-inspector | ||
- perl-extutils-makemaker | ||
- perl-carp | ||
|
||
run: | ||
- perl | ||
- perl-class-inspector | ||
- perl-carp | ||
|
||
test: | ||
imports: | ||
- File::ShareDir | ||
|
||
about: | ||
home: https://metacpan.org/pod/File::ShareDir | ||
license: Perl | ||
summary: Locate per-dist and per-module shared files | ||
home: https://metacpan.org/release/File-ShareDir | ||
license: perl_5 | ||
summary: 'Locate per-dist and per-module shared files' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters