summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 835197f898aabda861c70847f4ca31494e7d5cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
# Contributor: Jeff Mickey <j@codemac.net>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>

pkgname=bar
pkgver=1.4
pkgrel=6
pkgdesc='A script for showing progress bars.'
arch=('any')
url='http://www.theiling.de/projects/bar.html'
license=('custom')
source=("http://www.theiling.de/downloads/bar-${pkgver}-src.tar.bz2")
md5sums=('4b99147e2efbe678cbcdc985ad2412f4')

package() {
	cd "${srcdir}/${pkgname}-${pkgver}"

	install -Dm0755 bar "${pkgdir}/usr/bin/bar"
	install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}