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

}