summaryrefslogtreecommitdiff
path: root/manualPorts/bash-git-prompt/Pkgfile
blob: b31ee6eff76da94f9f2f4bad0d94f6882f6aede2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: nice, git-aware prompt for bash
# URL: https://git.eckner.net/Erich/bash-git-prompt
# Maintainer: Erich Eckner, crux at eckner dot net

# any mail client which understands "-t" may replace exim

name=bash-git-prompt
version=1.2.2
release=1
source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz")

build() {

ls -la
    cd ${name}-${version}
    make
    make DESTDIR=$PKG install

}