Date: Thursday, December 15, 2022 @ 10:11:40
Author: andyrtr
Revision: 464351
archrelease: copy trunk to extra-any
Added:
man2html/repos/extra-any/PKGBUILD
(from rev 464350, man2html/trunk/PKGBUILD)
Deleted:
man2html/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-15 10:11:31 UTC (rev 464350)
+++ PKGBUILD 2022-12-15 10:11:40 UTC (rev 464351)
@@ -1,30 +0,0 @@
-# Maintainer: AndyRTR <[email protected]>
-
-# Contributor: Jaroslav Lichtblau <[email protected]>
-# Contributor: Paolo "PalmaWay" Palmieri <[email protected]>
-
-pkgname=man2html
-pkgver=3.0.1
-pkgrel=8
-pkgdesc="A Unix manpage-to-HTML converter"
-arch=('any')
-url="https://www.nongnu.org/man2html/"
-license=('GPL')
-depends=('man-db' 'perl')
-# https://www.cpan.org/authors/id/E/EH/EHOOD/CHECKSUMS
-source=(#http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz
- https://www.cpan.org/authors/id/E/EH/EHOOD/$pkgname$pkgver.tar.gz)
-sha256sums=('a3dd7fdd80785c14c2f5fa54a59bf93ca5f86f026612f68770a0507a3d4e5a29')
-
-# consider to move to Debians fork also used by Fedora
-# https://packages.debian.org/source/sid/man2html
-# http://pkgs.fedoraproject.org/cgit/rpms/man2html.git/tree/man2html.spec
-
-package() {
- cd "${srcdir}"/${pkgname}${pkgver}
- install -d "${pkgdir}"/usr/bin "${pkgdir}"/usr/share/man/man1
- perl install.me -batch -binpath "${pkgdir}"/usr/bin -manpath
"${pkgdir}"/usr/share/man
-
- sed -i "s:/usr/local:/usr:" man.cgi
- install -m755 man.cgi "${pkgdir}"/usr/bin/
-}
Copied: man2html/repos/extra-any/PKGBUILD (from rev 464350,
man2html/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-15 10:11:40 UTC (rev 464351)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR <[email protected]>
+
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Paolo "PalmaWay" Palmieri <[email protected]>
+
+pkgname=man2html
+pkgver=3.0.1
+pkgrel=9
+pkgdesc="A Unix manpage-to-HTML converter"
+arch=('any')
+url="https://www.nongnu.org/man2html/"
+license=('GPL')
+depends=('man' 'perl')
+# https://www.cpan.org/authors/id/E/EH/EHOOD/CHECKSUMS
+source=(#http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz
+ https://www.cpan.org/authors/id/E/EH/EHOOD/$pkgname$pkgver.tar.gz)
+sha256sums=('a3dd7fdd80785c14c2f5fa54a59bf93ca5f86f026612f68770a0507a3d4e5a29')
+
+# consider to move to Debians fork also used by Fedora
+# https://packages.debian.org/source/sid/man2html
+# http://pkgs.fedoraproject.org/cgit/rpms/man2html.git/tree/man2html.spec
+
+package() {
+ cd "${srcdir}"/${pkgname}${pkgver}
+ install -d "${pkgdir}"/usr/bin "${pkgdir}"/usr/share/man/man1
+ perl install.me -batch -binpath "${pkgdir}"/usr/bin -manpath
"${pkgdir}"/usr/share/man
+
+ sed -i "s:/usr/local:/usr:" man.cgi
+ install -m755 man.cgi "${pkgdir}"/usr/bin/
+}