[arch-commits] Commit in yodl (3 files)

Baptiste Jonglez zorun at archlinux.org
Sat Jul 7 11:05:24 UTC 2018


    Date: Saturday, July 7, 2018 @ 11:05:24
  Author: zorun
Revision: 353957

archrelease: copy trunk to community-x86_64

Added:
  yodl/repos/
  yodl/repos/community-x86_64/
  yodl/repos/community-x86_64/PKGBUILD
    (from rev 353956, yodl/trunk/PKGBUILD)

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

Copied: yodl/repos/community-x86_64/PKGBUILD (from rev 353956, yodl/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-07-07 11:05:24 UTC (rev 353957)
@@ -0,0 +1,32 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks.org>
+# Contributor: nl6720 <nl6720 at gmail.com>
+# Contributor: Andreas B. Wagner <AndreasBWagner at pointfree.net>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=yodl
+pkgver=4.02.01
+pkgrel=2
+pkgdesc='Implements a pre-document language and tools to process it.'
+arch=('x86_64')
+url='https://fbb-git.gitlab.io/yodl/'
+license=('GPL3')
+depends=('bash')
+makedepends=('icmake')
+source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('59e23bb173786b8806f56bf302dee9d8d971d0d840c609e2b24d9783b5866fca2509be844616318f9a4f302117b3a41f620be5cba09181e7ccdcf0c141402be7')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+	./build programs
+	./build macros
+	./build man
+	./build html
+}
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+	./build install programs "${pkgdir}"
+	./build install macros "${pkgdir}"
+	./build install man "${pkgdir}"
+	./build install manual "${pkgdir}"
+}



More information about the arch-commits mailing list