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

Anatol Pomozov anatolik at archlinux.org
Thu Jan 11 21:27:40 UTC 2018


    Date: Thursday, January 11, 2018 @ 21:27:39
  Author: anatolik
Revision: 281491

archrelease: copy trunk to community-x86_64

Added:
  bookworm/repos/community-x86_64/
  bookworm/repos/community-x86_64/PKGBUILD
    (from rev 281489, bookworm/trunk/PKGBUILD)

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

Copied: bookworm/repos/community-x86_64/PKGBUILD (from rev 281489, bookworm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-01-11 21:27:39 UTC (rev 281491)
@@ -0,0 +1,26 @@
+# Contributor: ValHue <vhuelamo at gmail dot com>
+
+pkgname=bookworm
+pkgver=0.9.9
+pkgrel=1
+pkgdesc='A simple user centric eBook reader which displays multiple eBooks formats uniformly'
+url='https://babluboy.github.io/bookworm'
+arch=(x86_64)
+license=(GPL3)
+depends=(granite poppler-glib python unrar unzip webkit2gtk)
+makedepends=(cmake vala ninja)
+source=(bookworm-$pkgver.tar.gz::https://github.com/babluboy/bookworm/archive/$pkgver.tar.gz)
+sha256sums=('a120d60281459c055bd4c444a7939248cfc2611396eabcc04768b391c702629c')
+
+build() {
+  cd bookworm-$pkgver
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -G Ninja
+  ninja
+}
+
+package() {
+  cd bookworm-$pkgver
+ 
+  DESTDIR="$pkgdir" ninja install
+  install -m644 -D LICENSE "$pkgdir"/usr/share/licenses/bookworm/LICENSE
+}



More information about the arch-commits mailing list