Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Henrik Riomar
aports
Commits
84a0f208
Commit
84a0f208
authored
Dec 13, 2019
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/perl-type-tiny: upgrade to 1.008000
parent
e2812acb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
main/perl-type-tiny/APKBUILD
main/perl-type-tiny/APKBUILD
+9
-11
No files found.
main/perl-type-tiny/APKBUILD
View file @
84a0f208
...
...
@@ -3,22 +3,20 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
perl-type-tiny
_pkgreal
=
Type-Tiny
pkgver
=
1.00
6
000
pkgver
=
1.00
8
000
pkgrel
=
0
pkgdesc
=
"tiny, yet Moo(se)-compatible type constraint"
url
=
"http
://search.cpan.org/dist/Type-Tiny/
"
url
=
"http
s://metacpan.org/release/Type-Tiny
"
arch
=
"noarch"
license
=
"GPL PerlArtistic"
cpandepends
=
"perl-exporter-tiny"
cpanmakedepends
=
" perl-test-warnings"
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"perl-exporter-tiny"
makedepends
=
"perl-dev perl-test-warnings"
subpackages
=
"
$pkgname
-doc"
source
=
"http
://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/
$_pkgreal
-
$pkgver
.tar.gz"
source
=
"http
s://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
default_prepare
||
return
1
default_prepare
cd
"
$builddir
"
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
...
...
@@ -33,8 +31,8 @@ build() {
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"
77502a89baf6d4999e4bbb84fff21f46d03f65602bf472e8c5d37db6601106d2395645b76f997b796ffc6fadbbb3b119bed09060cc1bb9dafaf6ed9342392905 Type-Tiny-1.006
000.tar.gz"
sha512sums
=
"
4cf6cc90f05ca53e84c27cb672fb23cfec4912ac8ee14f234724a069d4c7c5c4492db40f091e8b2e21453dd9016765bf75aec62927082165f4b9f5e5298b5034 Type-Tiny-1.008
000.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment