aboutsummaryrefslogtreecommitdiff
path: root/repo/pod2man/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'repo/pod2man/PKGBUILD')
-rw-r--r--repo/pod2man/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/repo/pod2man/PKGBUILD b/repo/pod2man/PKGBUILD
deleted file mode 100644
index 4883f18..0000000
--- a/repo/pod2man/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Fernando Ortiz <[email protected] >
-# Contributor: Alexander F. Rødseth <[email protected]>
-
-pkgname=pod2man
-pkgver=5.30.2
-pkgrel=1
-pkgdesc='Make pod2man easily accessible'
-arch=(any)
-license=(GPL PerlArtistic)
-url='https://perl.org/'
-depends=(perl)
-
-package() {
- # perl 5 places pod2man in /usr/bin/core_perl instead of /usr/bin,
- # for unknown reasons. This creates a symlink in what is what is now a more
- # conventional location.
-
- install -d "$pkgdir/usr/bin"
- ln -s /usr/bin/core_perl/pod2man "$pkgdir/usr/bin/pod2man"
-}
-
-# vim: ts=2 sw=2 et: