updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / apbp / PKGBUILD
blob96e7752136943731f9ff465345f6ec18fd162e87
1 # Contributor: Alexander Preisinger <alexander dot preisinger at gmail dot com>
2 pkgname=apbp
3 pkgver=1.2
4 pkgrel=1
5 pkgdesc="Simple backup script."
6 arch=(any)
7 license=('GPL')
8 depends=('python')
9 source=(apbp.py)
10 url="https://sourceforge.net/users/giselher"
11 md5sums=('3429fb06cc175c0e831f5a004fdf4b0d')
13 build() {
14     mkdir -p ${pkgdir}/usr/bin
15     cp apbp.py ${pkgdir}/usr/bin/apbp