desktop/spideroak/PKGBUILD

23 lines
821 B
Bash
Raw Normal View History

pkgname=spideroak
2012-11-23 06:39:30 +08:00
_PkgName=SpiderOak
2016-03-12 06:50:00 +08:00
pkgver=6.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-10-22 07:03:03 +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")
2016-03-12 06:50:00 +08:00
sha256sums=('02918c37e3279e3e6e7c49bc5e88a1c8f5a367e1e816b25ddbc559c21753cab7'
'4819c8d923ab19e552e877b87adf1d45aca6adcb5dffcb238d7819501e6e6737')
2011-05-28 05:13:35 +08:00
package() {
2016-03-12 06:50:00 +08:00
# the laziest way of package
2014-01-01 01:21:40 +08:00
cp -rp ${srcdir}/{opt,etc,usr}/ ${pkgdir}/
}