summaryrefslogtreecommitdiff
path: root/manualPorts/bash-git-prompt/Pkgfile
blob: 57c2749e98fa985b5dd5a0eed9164cf22614351e (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.3.1
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

}