Close GH-14: Make pure.zsh loadable by the prompt system..
This commit is contained in:
committed by
Sindre Sorhus
parent
d540d7ae95
commit
7b7e80f6ae
16
arch/PKGBUILD
Normal file
16
arch/PKGBUILD
Normal 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')
|
||||
Reference in New Issue
Block a user