Close GH-14: Make pure.zsh loadable by the prompt system..

This commit is contained in:
patrick brisbin
2013-09-12 18:54:58 +02:00
committed by Sindre Sorhus
parent d540d7ae95
commit 7b7e80f6ae
3 changed files with 98 additions and 64 deletions

16
arch/PKGBUILD Normal file
View File

@@ -0,0 +1,16 @@
# Author: Sindre Sorhus
# Maintainer: Pat Brisbin <pbrisbin@gmail.com>
pkgname=pure
pkgver=0.0.1
pkgrel=1
pkgdesc='pure prompt for zsh'
arch=('any')
url='https://github.com/sindresorhus/pure'
license=('MIT')
source=(pure.zsh)
package() {
install -Dm644 pure.zsh \
"$pkgdir/usr/share/zsh/functions/Prompts/prompt_pure_setup"
}
md5sums=('673c5d65495ba6942938925ab4cff2d8')