[arch-commits] Commit in hevea/repos/community-x86_64 (PKGBUILD PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Mon Jan 18 09:46:49 UTC 2021
Date: Monday, January 18, 2021 @ 09:46:48
Author: kgizdov
Revision: 822710
archrelease: copy trunk to community-x86_64
Added:
hevea/repos/community-x86_64/PKGBUILD
(from rev 822709, hevea/trunk/PKGBUILD)
Deleted:
hevea/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-18 09:46:43 UTC (rev 822709)
+++ PKGBUILD 2021-01-18 09:46:48 UTC (rev 822710)
@@ -1,28 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Brian Nguyen <bhnguyen at gmail.com>
-# Original Packager: Tom K <tomk at runbox.com>
-
-pkgname=hevea
-pkgver=2.34
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(x86_64)
-depends=('texlive-bin')
-makedepends=('ocaml' 'ocamlbuild')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/"
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-sha256sums=('3ad08a0dce6675df3caa912ec1497d8019ce10733263092bbb7482c4fbd7fedf')
-
-build() {
- cd $pkgname-$pkgver
- make PREFIX=/usr
-}
-
-package() {
- cd $pkgname-$pkgver
- DESTDIR="$pkgdir" make install
- mkdir -p "$pkgdir"/usr/share/texmf/tex/latex
- ln -s /usr/lib/hevea/hevea.sty "$pkgdir"/usr/share/texmf/tex/latex/hevea.sty
-}
Copied: hevea/repos/community-x86_64/PKGBUILD (from rev 822709, hevea/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-18 09:46:48 UTC (rev 822710)
@@ -0,0 +1,28 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Brian Nguyen <bhnguyen at gmail.com>
+# Original Packager: Tom K <tomk at runbox.com>
+
+pkgname=hevea
+pkgver=2.35
+pkgrel=1
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(x86_64)
+depends=('texlive-bin')
+makedepends=('ocaml' 'ocamlbuild')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/"
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+sha256sums=('f189bada5d3e5b35855dfdfdb5b270c994fc7a2366b01250d761359ad66c9ecb')
+
+build() {
+ cd $pkgname-$pkgver
+ make PREFIX=/usr
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" make install
+ mkdir -p "$pkgdir"/usr/share/texmf/tex/latex
+ ln -s /usr/lib/hevea/hevea.sty "$pkgdir"/usr/share/texmf/tex/latex/hevea.sty
+}
More information about the arch-commits
mailing list