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
Dermot Bradley
aports
Commits
51a73888
Commit
51a73888
authored
8 years ago
by
Valery Kartel
Committed by
Leonardo Arena
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/perl: move 'prove' script from -dev to -utils
parent
a7d79124
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl/APKBUILD
+3
-3
3 additions, 3 deletions
main/perl/APKBUILD
with
3 additions
and
3 deletions
main/perl/APKBUILD
+
3
−
3
View file @
51a73888
...
...
@@ -3,7 +3,7 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname
=
perl
pkgver
=
5.24.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Larry Wall's Practical Extraction and Report Language"
url
=
"http://www.perl.org/"
arch
=
"all"
...
...
@@ -95,7 +95,7 @@ dev() {
local
file
for
file
in
c2ph corelist enc2xs instmodsh h2ph h2xs libnetcfg perldoc
\
perlivp perlthanks pl2pm pod2html pod2man pod2text pod2usage
\
podchecker podselect
prove
xsubpp
$pkgname$pkgver
podchecker podselect xsubpp
$pkgname$pkgver
do
mv
"
$pkgdir
"
/usr/bin/
$file
"
$subpkgdir
"
/usr/bin/
||
return
1
done
...
...
@@ -111,7 +111,7 @@ utils() {
mkdir
-p
"
$subpkgdir
"
/usr/bin
local
file
for
file
in
cpan encguess json_pp piconv ptar ptardiff ptargrep shasum
\
splain zipdetails
splain zipdetails
prove
do
mv
"
$pkgdir
"
/usr/bin/
$file
"
$subpkgdir
"
/usr/bin/
||
return
1
done
...
...
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