[arch-commits] Commit in fvextra/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 10 00:18:22 UTC 2018


    Date: Saturday, November 10, 2018 @ 00:18:21
  Author: foutrelis
Revision: 405482

archrelease: copy trunk to community-staging-any

Added:
  fvextra/repos/community-staging-any/
  fvextra/repos/community-staging-any/PKGBUILD
    (from rev 405481, fvextra/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: fvextra/repos/community-staging-any/PKGBUILD (from rev 405481, fvextra/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-10 00:18:21 UTC (rev 405482)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Philipp Trommler <aur at philipp-trommler.me>
+
+pkgname=fvextra
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='Extensions to fancyvrb, including automatic line breaking and improved math mode'
+url="https://github.com/gpoore/$pkgname"
+arch=('any')
+license=('LPPL')
+depends=('texlive-latexextra')
+source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/fvextra/archive/v$pkgver.tar.gz")
+sha256sums=('7468c3c3747c3880a4f278313eaccb2ce3b1d2a1cd61b457a8c35d79b2eb2d61')
+
+build() {
+  cd "$pkgname-$pkgver/$pkgname"
+
+  yes | tex "$pkgname.ins"
+}
+
+package() {
+  cd "$pkgname-$pkgver/$pkgname"
+
+  install -Dm644 "$pkgname.sty" "$pkgdir/usr/share/texmf/tex/latex/$pkgname/$pkgname.sty"
+  install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list