[arch-commits] Commit in xandikos/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Wed Jan 23 21:11:21 UTC 2019


    Date: Wednesday, January 23, 2019 @ 21:11:20
  Author: polyzen
Revision: 427396

Add more docs

Modified:
  xandikos/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 21:10:31 UTC (rev 427395)
+++ PKGBUILD	2019-01-23 21:11:20 UTC (rev 427396)
@@ -2,7 +2,7 @@
 
 pkgname=xandikos
 pkgver=0.0.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository'
 arch=('any')
 url=https://www.xandikos.org/
@@ -25,6 +25,8 @@
 package() {
   cd xandikos-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst
+  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/*
   install -Dm644 -t "$pkgdir"/usr/share/man/man1 xandikos.1
 }
 



More information about the arch-commits mailing list