Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TBK
aports
Commits
28a50318
Commit
28a50318
authored
7 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/perl-html-template: upgrade to 2.97, improved APKBUILD
parent
a366bed7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/perl-html-template/APKBUILD
+14
-12
14 additions, 12 deletions
community/perl-html-template/APKBUILD
with
14 additions
and
12 deletions
community/perl-html-template/APKBUILD
+
14
−
12
View file @
28a50318
...
...
@@ -3,8 +3,8 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
perl-html-template
_pkgreal
=
HTML-Template
pkgver
=
2.9
5
pkgrel
=
1
pkgver
=
2.9
7
pkgrel
=
0
pkgdesc
=
"Perl module to use HTML-like templating language"
url
=
"http://search.cpan.org/dist/HTML-Template/"
arch
=
"noarch"
...
...
@@ -14,26 +14,28 @@ cpanmakedepends="perl-cgi"
depends
=
"
$cpandepends
"
makedepends
=
"perl-dev
$cpanmakedepends
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/W/WO/WONKO/
$_pkgreal
-
$pkgver
.tar.gz"
source
=
"http://search.cpan.org/CPAN/authors/id/S/SA/SAMTREGAR/
$_pkgreal
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
_builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
check
()
{
cd
"
$builddir
"
make
test
}
prepare
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
build
()
{
cd
"
$
_
builddir
"
make
&&
make
test
cd
"
$builddir
"
make
}
package
()
{
cd
"
$
_
builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
md5sums
=
"6f08e9631af52e6a5f6e4648b89265fe HTML-Template-2.95.tar.gz"
sha256sums
=
"78100adaea7a56ae65826220fcb0c18a188df25a27227f96175cf7169fbb501d HTML-Template-2.95.tar.gz"
sha512sums
=
"4b52856c7ac97a6c7985c73492aa5074f90b6b7f89dfb2434487a2cfeb9d521e55afe4e77c33285042e3d391fe6e9fc86a3f58bb6850d94f1331bb7be9809be7 HTML-Template-2.95.tar.gz"
sha512sums
=
"e1cb68db24db1692c0fb3838739798e5716340e3e78260ee95614af5bf29ee100cc86bbd15a2dda3bb98c7f2ecdf0e3ff8ca7775171a44d9ed347d7f9c850783 HTML-Template-2.97.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment