desktop/spideroak/PKGBUILD

27 lines
858 B
Bash
Raw Normal View History

2014-01-01 01:21:40 +08:00
# Contributor: Neo Kolokotronis <tetris4@gmail.com>
# Maintainer: Bruce Liu <brli@users.sourceforge.net>
pkgname=spideroak
2012-11-23 06:39:30 +08:00
_PkgName=SpiderOak
2014-04-13 16:58:50 +08:00
pkgver=5.1.3
2013-01-20 05:21:29 +08:00
pkgrel=1
pkgdesc="Secure and consolidated free online backup, storage, access, sharing & sync tool for Windows, Mac OS X, and Linux."
url="https://spideroak.com/"
2012-11-23 06:14:07 +08:00
arch=('x86_64')
2013-01-20 05:21:29 +08:00
depends=('qt' 'krb5' 'python2')
license=('custom')
categories=('network')
2012-05-29 08:18:58 +08:00
screenshot=('https://spideroak.com/static/v0.1/main/images/screenshots/new/view-versions.png')
options=(!strip)
install=spideroak.install
2014-01-01 01:21:40 +08:00
source=("${_PkgName}_${pkgver}_${_arch}.tgz"::"https://spideroak.com/getbuild?platform=slackware&arch=x86_64"
2012-11-23 06:39:30 +08:00
"terms.txt")
2014-04-13 16:58:50 +08:00
md5sums=('e277fd7884ba7e92a6d3333d03e71b7d'
2012-11-23 06:39:30 +08:00
'9338d3464e8ce876d7222099c22a205b')
2011-05-28 05:13:35 +08:00
package() {
2014-01-01 01:21:40 +08:00
# the lazist way of package
cp -rp ${srcdir}/{opt,etc,usr}/ ${pkgdir}/
}
2014-01-01 01:21:40 +08:00