You've already forked PKGBUILDs
add(any/git-prompt): initial pkg
This commit is contained in:
16
any/git-prompt/PKGBUILD
Normal file
16
any/git-prompt/PKGBUILD
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
||||
}
|
Reference in New Issue
Block a user