repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
cow_backup
/
PKGBUILD
blob
9e5409b73dbe26d8e937a76004a336f5568812f4
1
# Maintainer: edloaa
2
# Contributor: edloaa
3
pkgname=cow_backup
4
pkgver=1.6.6
5
pkgrel=1
6
pkgdesc="Simple interactive bash script for full backups and recoveries using tar"
7
arch=('any')
8
url="http://tinyurl.com/cow-backup"
9
license=('GPL')
10
depends=('bash')
11
source=($pkgname)
12
md5sums=('cfd65a15a524f794dc7b3a9b4fd56b3b')
13
14
build() {
15
install -Dm 755 $pkgname $pkgdir/usr/bin/$pkgname
16
}