[arch-commits] Commit in kiwix-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Justin Kromlinger
hashworks at archlinux.org
Wed Nov 18 18:32:45 UTC 2020
Date: Wednesday, November 18, 2020 @ 18:32:45
Author: hashworks
Revision: 757155
archrelease: copy trunk to community-x86_64
Added:
kiwix-tools/repos/community-x86_64/PKGBUILD
(from rev 757154, kiwix-tools/trunk/PKGBUILD)
Deleted:
kiwix-tools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 59 +++++++++++++++++++++++++++++------------------------------
1 file changed, 29 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-18 18:32:35 UTC (rev 757154)
+++ PKGBUILD 2020-11-18 18:32:45 UTC (rev 757155)
@@ -1,30 +0,0 @@
-# Maintainer: hashworks <mail at hashworks.net>
-pkgname=kiwix-tools
-pkgver=3.1.2
-pkgrel=5
-pkgdesc="kiwix command line tools"
-license=('GPL3')
-arch=('armv7h' 'i686' 'x86_64')
-replaces=('kiwix-cli-git')
-depends=('kiwix-lib')
-makedepends=('meson')
-url='https://github.com/kiwix/kiwix-tools'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=(86325ec31976d40357f08c520806cf223fa1b0a5edb02ad106c2a0d6746ca364)
-
-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 757154, kiwix-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-18 18:32:45 UTC (rev 757155)
@@ -0,0 +1,29 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=kiwix-tools
+pkgver=3.1.2
+pkgrel=6
+pkgdesc="kiwix command line tools"
+license=('GPL3')
+arch=('armv7h' 'i686' 'x86_64')
+depends=('kiwix-lib')
+makedepends=('meson')
+url='https://github.com/kiwix/kiwix-tools'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=(86325ec31976d40357f08c520806cf223fa1b0a5edb02ad106c2a0d6746ca364)
+
+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