# Maintainer: Jeff Henson # Old Maintainer: Daniel Greve pkgname=zsh-pure-prompt pkgver=1.7.0 pkgrel=1 pkgdesc='Pretty, minimal and fast ZSH prompt' arch=('any') url='https://github.com/sindresorhus/pure' license=('MIT') depends=('git' 'zsh') source=("https://github.com/sindresorhus/pure/archive/v${pkgver}.tar.gz") sha256sums=('86fe4d0ba47aaac5143625610d3a9836265f03371bd39f853a9997ed69c4fda3') package() { cd "${srcdir}/pure-${pkgver}" install -Dm644 pure.zsh "${pkgdir}/usr/share/zsh/functions/Prompts/prompt_pure_setup" install -Dm644 async.zsh "${pkgdir}/usr/share/zsh/functions/Prompts/async" install -Dm644 license "${pkgdir}/usr/share/licenses/zsh-pure-prompt/license" }