summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0efb014270b48785211eb4d0c59f1f9defa51e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=cdhist
pkgver=1.5.4
pkgrel=1
pkgdesc="Bash cd history"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("python")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
md5sums=('a3660832c32f204f0af05bc9f3999cf8')

package() {
  cd "$pkgname-$pkgver"
  make DESTDIR="$pkgdir/" install
}

# vim:set ts=2 sw=2 et: