[arch-commits] Commit in (4 files)

Johannes Löthberg demize at archlinux.org
Sun May 8 11:36:00 UTC 2016


    Date: Sunday, May 8, 2016 @ 13:36:00
  Author: demize
Revision: 174309

Importing from the AUR

Added:
  zathura-cb/
  zathura-cb/repos/
  zathura-cb/trunk/
  zathura-cb/trunk/PKGBUILD

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

Added: zathura-cb/trunk/PKGBUILD
===================================================================
--- zathura-cb/trunk/PKGBUILD	                        (rev 0)
+++ zathura-cb/trunk/PKGBUILD	2016-05-08 11:36:00 UTC (rev 174309)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+
+pkgname=zathura-cb
+pkgver=0.1.5
+pkgrel=3
+
+pkgdesc="Adds comic book support to zathura"
+url="http://pwmt.org/projects/zathura-cb/"
+arch=('i686' 'x86_64')
+license=('custom')
+
+conflicts=('zathura-cb-git')
+
+depends=('zathura' 'libarchive' 'desktop-file-utils')
+
+source=(http://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
+
+sha1sums=('a3de9fb4ae24b61c32bb8d46f1b0e733d484861a')
+
+build() {
+  make -C zathura-cb-$pkgver
+}
+
+package() {
+  cd zathura-cb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: zathura-cb/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list