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
2e7e8ea0
Verified
Commit
2e7e8ea0
authored
Oct 02, 2018
by
A. Wilcox
🦊
Browse files
user/perl-perl-tidy: new package
parent
92077d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
user/perl-perl-tidy/APKBUILD
0 → 100644
View file @
2e7e8ea0
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-perl-tidy
pkgver
=
20180220
pkgrel
=
0
pkgdesc
=
"Indent and reformat Perl scripts"
url
=
"https://metacpan.org/release/Perl-Tidy"
arch
=
"noarch"
license
=
"GPL-2.0-only"
depends
=
""
makedepends
=
"perl-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/Perl-Tidy-
$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
=
"93bdf2c18efdd9d62d5bb666ded9d9502a722370049a2a51f9d41107d7fa67acd91dfdd184a11eaab287f11a901ad686585e959f09407b0493719d19ce5d842e Perl-Tidy-20180220.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