mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 13:37:15 +08:00
23 lines
948 B
Bash
23 lines
948 B
Bash
pkgname=spideroak
|
|
_PkgName=SpiderOak
|
|
pkgver=6.0.1
|
|
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")
|
|
sha512sums=('efbbc74944cc5b2458c6ebf96d932f41a604ed6e17d220454cef299ae991973ff890f69322da6f2109812597fb87d126438c897d057e144ad9a92b12989a4601'
|
|
'02088e1836db22b3d0b9b95173c258c5d195fb7df418f81708b1be3ec3088b7b079c3cd8ae975fb9831b55a762b7f280225297da7bc847fa8fd3000c5ccbea71')
|
|
|
|
package() {
|
|
# the lazist way of package
|
|
cp -rp ${srcdir}/{opt,etc,usr}/ ${pkgdir}/
|
|
}
|