summaryrefslogtreecommitdiffstats
path: root/apkbuild-cpan.in
Commit message (Collapse)AuthorAgeFilesLines
* apkbuild-cpan.in: Update licenses to spdx format and remove redundant ↵Timothy Legge2019-04-291-9/+4
| | | | directory change
* get and use pkgdesc from cpan api data if the module has no metadata files ↵Timothy Legge2019-04-031-1/+2
| | | | (returnes unknown)
* apkbuild-cpan: use $pkgver in source urlNatanael Copa2019-03-211-1/+1
| | | | replace litteral version string with $pkgver in source url
* apkbuild-cpan: include modules that used to be part of coreNatanael Copa2019-03-211-1/+2
| | | | | | we need to check if a given module currently is a part of core. Modules which have a first_release may have been removed later, for example Module::Build.
* apkbuild-cpan: remove prepare function from APKBUILDNatanael Copa2019-03-211-36/+6
| | | | | | | the generation of Makefile is comparable with running configure, which we normally do in the build() function, not in prepare. also fix some whitespace damamge.
* apkbuild-cpan.in fix issue with version checkTimothy Legge2019-03-201-2/+2
|
* apkbuild-cpan.in fix issues with update, recreate, etcTimothy Legge2019-03-201-7/+12
|
* Many of setings should come from module not release apiTimothy Legge2019-03-201-7/+8
|
* Fix for issue with apkbuild-cpan upgradeTimothy Legge2019-03-201-2/+2
|
* Updates for metacpanTimothy Legge2019-03-201-13/+13
|
* apkbuild-cpan: separate './Build test' to check stepTimo Teräs2017-07-111-1/+7
|
* apkbuild-cpan: perl no longer has '.' in path, add it for prepare()Timo Teräs2017-07-111-2/+2
|
* apkbuild-cpan: modernizetmpfile2017-07-111-8/+8
|
* apkbuild-cpan: fix warnings, improve recreate, add check supportTimo Teräs2017-01-311-15/+47
|
* apkbuild-cpan: fixed error "Experimental keys on scalar is now forbidden" ↵Francesco Colista2016-07-281-1/+1
| | | | due to perl upgrade to 5.24 version
* apkbuild-cpan: invoke default_prepare in prepare() functionJakub Jirutka2016-06-131-0/+6
|
* apkbuild-cpan: replace deprecated shell `backticks` with $(...)Jakub Jirutka2016-06-131-4/+4
|
* apkbuild-cpan: rename _builddir to builddirJakub Jirutka2016-06-131-10/+9
|
* fix permissionsNatanael Copa2014-03-311-0/+0
|
* apkbuild-cpan: Depend on test-requires and test-recommends, too, for ↵Kiyoshi Aman2011-11-041-2/+4
| | | | safety's sake.
* apkbuild-cpan: Emits runtime recommendations, depends on build recommendations.Kiyoshi Aman2011-11-041-0/+2
|
* apkbuild-cpan: export CFLAGS so modules using C/XS build properly.Kiyoshi Aman2011-11-031-1/+4
|
* apkbuild-cpan: 'check' output format changed; exit code 1 on version mismatchKiyoshi Aman2011-06-281-1/+4
|
* apkbuild-cpan: Added 'check' command, which prints latest & packaged versions.Kiyoshi Aman2011-06-281-13/+19
|
* apkbuild-cpan: XS modules using Module::Build now obtain Perl CFLAGS properly.Kiyoshi Aman2011-06-281-0/+1
|
* apkbuild-cpan: add detection for perl modules with native codeKiyoshi Aman2011-06-021-0/+4
| | | | so we get arch set properly
* apkbuild-cpan: fix handling of license meta-dataTimo Teräs2011-06-021-2/+4
| | | | Don't update if it's unknown, and fix the error message.
* apkbuild-cpan: new tool superceding newapkbuild-cpan toolTimo Teräs2011-06-021-0/+336
Based on Aerdan's original work, this is a perl utility that interacts with CPAN which can create and update APKBUILDs with proper metadata info.