Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
Adélie Package Tree
Commits
2879bcf1
Verified
Commit
2879bcf1
authored
Nov 17, 2018
by
A. Wilcox
🦊
Browse files
user/perl-class-singleton: new package
parent
b13e2e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
user/perl-class-singleton/APKBUILD
0 → 100644
View file @
2879bcf1
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-class-singleton
_pkgname
=
Class-Singleton
pkgver
=
1.5
pkgrel
=
0
pkgdesc
=
"Perl implementation of a Singleton class pattern"
url
=
"https://metacpan.org/release/Class-Singleton"
arch
=
"noarch"
license
=
"Artistic-1.0-Perl OR GPL-2.0-only"
depends
=
""
makedepends
=
"perl-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/S/SH/SHAY/Class-Singleton-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/Class-Singleton-
$pkgver
"
build
()
{
cd
"
$builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
make
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"f061a8b92d5f65e4fbcd14ef36ff1216f84443f487de34c98f7d08d6d18148f156c0cbd6249e75ac448c17547d1172dbda8b670a8e7573d3581c9c1196eb4804 Class-Singleton-1.5.tar.gz"
Write
Preview
Supports
Markdown
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