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

Justin Kromlinger hashworks at gemini.archlinux.org
Thu Mar 24 19:47:00 UTC 2022


    Date: Thursday, March 24, 2022 @ 19:47:00
  Author: hashworks
Revision: 1175007

archrelease: copy trunk to community-x86_64

Added:
  kiwix-tools/repos/community-x86_64/PKGBUILD
    (from rev 1175006, kiwix-tools/trunk/PKGBUILD)
Deleted:
  kiwix-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 19:46:57 UTC (rev 1175006)
+++ PKGBUILD	2022-03-24 19:47:00 UTC (rev 1175007)
@@ -1,29 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-pkgname=kiwix-tools
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="kiwix command line tools"
-license=('GPL3')
-arch=('armv7h' 'i686' 'x86_64')
-depends=('libkiwix')
-makedepends=('meson')
-url='https://github.com/kiwix/kiwix-tools'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ba106c2135514d53154c7e869c5564424f889bc50374f9d2b769a09d804c3cf2')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-	arch-meson build
-	ninja -C build
-}
-
-check() {
-	cd "${pkgname}-${pkgver}/build"
-	ninja meson-test
-}
-
-package() {
-	install -Dm644 "${pkgname}-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-	cd "${pkgname}-${pkgver}/build"
-	DESTDIR="${pkgdir}" ninja install
-}

Copied: kiwix-tools/repos/community-x86_64/PKGBUILD (from rev 1175006, kiwix-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-24 19:47:00 UTC (rev 1175007)
@@ -0,0 +1,29 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=kiwix-tools
+pkgver=3.2.0
+pkgrel=3
+pkgdesc="kiwix command line tools"
+license=('GPL3')
+arch=('armv7h' 'i686' 'x86_64')
+depends=('libkiwix')
+makedepends=('meson')
+url='https://github.com/kiwix/kiwix-tools'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('ba106c2135514d53154c7e869c5564424f889bc50374f9d2b769a09d804c3cf2')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	arch-meson build
+	ninja -C build
+}
+
+check() {
+	cd "${pkgname}-${pkgver}/build"
+	ninja meson-test
+}
+
+package() {
+	install -Dm644 "${pkgname}-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+	cd "${pkgname}-${pkgver}/build"
+	DESTDIR="${pkgdir}" ninja install
+}



More information about the arch-commits mailing list