Package Details: dasht 2.4.0-1

Git Clone URL: https://aur.archlinux.org/dasht.git (read-only, click to copy)
Package Base: dasht
Description: API documentation in your terminal
Upstream URL: https://github.com/sunaku/dasht
Licenses: ISC
Conflicts: dasht-git
Submitter: mkaito
Maintainer: Shane4STER
Last Packager: Shane4STER
Votes: 10
Popularity: 0.000114
First Submitted: 2016-02-29 01:52 (UTC)
Last Updated: 2021-01-28 09:29 (UTC)

Latest Comments

IngoMeyer commented on 2023-01-30 07:52 (UTC)

Would be great, if this package could also install the zsh completion. You can apply this patch to include completions:

diff --git a/PKGBUILD b/PKGBUILD
index 8deea94..1cbf3c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributer: Chris Höppner <me@mkaito.com>
 pkgname=dasht
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API documentation in your terminal"
 arch=(any)
 url="https://github.com/sunaku/dasht"
@@ -18,7 +18,9 @@ package() {
   cd "$srcdir/$pkgname-$pkgver/bin"
   install -Dm755 -t $pkgdir/usr/bin *
   cd "$srcdir/$pkgname-$pkgver/man/man1"
-  install -Dm755 -t $pkgdir/usr/share/man/man1 *
+  install -Dm644 -t $pkgdir/usr/share/man/man1 *
+  cd "$srcdir/$pkgname-$pkgver/etc/zsh/completions"
+  install -Dm644 -t $pkgdir/usr/share/zsh/site-functions *
 }

 # Local Variables:

mkaito commented on 2018-11-01 14:20 (UTC)

Sorry, I no longer use Arch. I forgot about this. I've disowned the package. Feel free to adopt and update.