mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
27 lines
858 B
Bash
27 lines
858 B
Bash
# Contributor: Neo Kolokotronis <tetris4@gmail.com>
|
|
# Maintainer: Bruce Liu <brli@users.sourceforge.net>
|
|
|
|
pkgname=spideroak
|
|
_PkgName=SpiderOak
|
|
pkgver=5.1.3
|
|
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/"
|
|
arch=('x86_64')
|
|
depends=('qt' 'krb5' 'python2')
|
|
license=('custom')
|
|
categories=('network')
|
|
screenshot=('https://spideroak.com/static/v0.1/main/images/screenshots/new/view-versions.png')
|
|
options=(!strip)
|
|
install=spideroak.install
|
|
source=("${_PkgName}_${pkgver}_${_arch}.tgz"::"https://spideroak.com/getbuild?platform=slackware&arch=x86_64"
|
|
"terms.txt")
|
|
md5sums=('e277fd7884ba7e92a6d3333d03e71b7d'
|
|
'9338d3464e8ce876d7222099c22a205b')
|
|
|
|
package() {
|
|
# the lazist way of package
|
|
cp -rp ${srcdir}/{opt,etc,usr}/ ${pkgdir}/
|
|
}
|
|
|