[arch-commits] Commit in yodl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Tue Jan 5 17:39:19 UTC 2021


    Date: Tuesday, January 5, 2021 @ 17:39:19
  Author: kgizdov
Revision: 809626

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 17:39:13 UTC (rev 809625)
+++ PKGBUILD	2021-01-05 17:39:19 UTC (rev 809626)
@@ -1,34 +0,0 @@
-# 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.02
-pkgrel=1
-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=('531b5b61f85ed556163b0cf76a30451212849e5e03e11819cc466603db0856737a9d3bc34ba11419befd7925ec1bac33f92b707c38acd2fa8047e3e1223d0a78')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-        CXXFLAGS+=' --std=c++2a'
-        export CXXFLAGS
-	./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}"
-}

Copied: yodl/repos/community-x86_64/PKGBUILD (from rev 809625, yodl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-05 17:39:19 UTC (rev 809626)
@@ -0,0 +1,35 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Controbutor: 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.02
+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=('531b5b61f85ed556163b0cf76a30451212849e5e03e11819cc466603db0856737a9d3bc34ba11419befd7925ec1bac33f92b707c38acd2fa8047e3e1223d0a78')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+        CXXFLAGS+=' --std=c++2a'
+        export CXXFLAGS
+	./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