mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/perl-module-build-tiny: upgrade to 0.048 & take over maintainership
I have spoken to ncopa about taking over maintainership of this aport and its dependencies from the previous 3 commits: perl-extutils-config, perl-extutils-helpers, perl-extutils-installpaths
This commit is contained in:
parent
7cc0d7a942
commit
8b77a0d4aa
@ -1,12 +1,12 @@
|
||||
# Automatically generated by apkbuild-cpan, template 3
|
||||
# Automatically generated by apkbuild-cpan, template 4
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=perl-module-build-tiny
|
||||
pkgver=0.048
|
||||
pkgrel=0
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=Module-Build-Tiny
|
||||
pkgver=0.047
|
||||
pkgrel=0
|
||||
pkgdesc="A tiny replacement for Module::Build"
|
||||
pkgdesc="Tiny replacement for Module::Build"
|
||||
url="https://metacpan.org/release/Module-Build-Tiny/"
|
||||
arch="noarch"
|
||||
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||
@ -15,8 +15,8 @@ depends="
|
||||
perl-extutils-config
|
||||
perl-extutils-helpers
|
||||
perl-extutils-installpaths
|
||||
perl-cpan-requirements-dynamic
|
||||
"
|
||||
makedepends="perl-module-build"
|
||||
checkdepends="perl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-$pkgver.tar.gz"
|
||||
@ -24,7 +24,9 @@ builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
build() {
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
perl Build.PL --installdirs=vendor
|
||||
perl Build.PL \
|
||||
--installdirs=vendor \
|
||||
--create_packlist=0
|
||||
./Build
|
||||
}
|
||||
|
||||
@ -34,9 +36,8 @@ check() {
|
||||
|
||||
package() {
|
||||
./Build install --destdir="$pkgdir"
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
505e8a1a1d7e4f73a820352b476c938769bee1b069eaee0df7a95ea5651f109dfb106faf82bf423ca96b15d0148fd890342ad214b4fa6481d15b8f494fe48a30 Module-Build-Tiny-0.047.tar.gz
|
||||
764a69c7d8ac15c68da82973262c4fa861579cac6417179cc48fb6cdd139242c1d236b1b808552b915dd29a9ef87b3aa07bae3ccdc3158b03ef76a39beff58cb Module-Build-Tiny-0.048.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user