[arch-commits] Commit in texi2html/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue May 19 09:40:14 UTC 2020
Date: Tuesday, May 19, 2020 @ 09:40:14
Author: foutrelis
Revision: 386578
archrelease: copy trunk to staging-any
Added:
texi2html/repos/staging-any/
texi2html/repos/staging-any/PKGBUILD
(from rev 386577, texi2html/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: texi2html/repos/staging-any/PKGBUILD (from rev 386577, texi2html/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2020-05-19 09:40:14 UTC (rev 386578)
@@ -0,0 +1,26 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=texi2html
+pkgver=5.0
+pkgrel=6
+pkgdesc="Converts texinfo documents to HTML"
+arch=('any')
+url="https://www.nongnu.org/texi2html/"
+license=('GPL')
+depends=('perl')
+source=(https://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa'
+ 'SKIP')
+validpgpkeys=('9804BBF566E198FCA15D5C215EC2A77F36ECC523') # "Patrice Dumas (Pertusus) <pertusus at free.fr>"
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list