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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
25dbc512
Commit
25dbc512
authored
1 year ago
by
Celeste
Committed by
Natanael Copa
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-file-temp: remove conflicting man pages
already provided by perl-doc
parent
a6a4fbfd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!59459
*/perl-*: remove conflicting man pages already provided by perl-doc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-file-temp/APKBUILD
+4
-2
4 additions, 2 deletions
main/perl-file-temp/APKBUILD
with
4 additions
and
2 deletions
main/perl-file-temp/APKBUILD
+
4
−
2
View file @
25dbc512
...
...
@@ -4,13 +4,12 @@ pkgname=perl-file-temp
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
File-Temp
pkgver
=
0.2311
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"return name and handle of a temporary file safely"
url
=
"https://metacpan.org/release/File-Temp/"
arch
=
"noarch"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"perl"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
...
...
@@ -28,6 +27,9 @@ check() {
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
# man pages are already provided by perl-doc
rm
-rf
"
$pkgdir
"
/usr/share/man
}
sha512sums
=
"2db3f03f4d25013c60585cd3e6aa7e68fe9bb26f1957adf6674e9cae9e963a41c559d36862943703f567d116c82747b4fae0612253a784addeb53d7867a232d1 File-Temp-0.2311.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