PKGBUILDs/git-prompt/PKGBUILD

16 lines
422 B
Bash

# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=git-prompt
pkgver=0.1.0
pkgrel=3
pkgdesc='A git prompt for bash'
arch=('any')
#url=https://github.com/volker-raschek/flucky
#license=('Apache 2.0')
depends=('bash')
source=("git-prompt-sources.tar.bz2")
sha256sums=('SKIP')
package() {
install -D --mode=0755 --target-directory=${pkgdir}/etc/bash_completion.d ${srcdir}/git-prompt.sh git-completion.sh
}