summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f41c0f122969ed2a113b9d16c0e39a77b5b46a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Jottacloud Packaging Team <packaging at jottacloud dot com>
# Contributor: Gino Eelen (GinoE) <gino dot eelen at one-g dot be>
# Contributor: Foxboron
# Contributor: Joakim Nylen (jnylen) <joakim at nylen dot nu> 

pkgname=jotta-cli
pkgver='0.15.80533'
pkgrel=1
pkgdesc='Jottacloud backup and sync. Whether you are an individual, family or business, Jottacloud lets you store, share and be productive wherever you are.'
url='https://www.jottacloud.com/'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
license=('custom: Copyright Jotta AS')
install='jotta-cli.install'

source_x86_64=("https://repo.jotta.us/debian/pool/main/j/jotta-cli/jotta-cli_${pkgver}_amd64.deb")
source_i686=("https://repo.jotta.us/debian/pool/main/j/jotta-cli/jotta-cli_${pkgver}_i386.deb")
source_armv7h=("https://repo.jotta.us/debian/pool/main/j/jotta-cli/jotta-cli_${pkgver}_armhf.deb")
source_aarch64=("https://repo.jotta.us/debian/pool/main/j/jotta-cli/jotta-cli_${pkgver}_arm64.deb")

sha256sums_x86_64=('0f44582085de8e3924f172d0333a4b8084b1ff3ed551a8ec1ea97161f3d46b55')
sha256sums_i686=('8bfc37c7f746794ba357c6baec662b4acbfeb7dea76a74720d84e94bdae259ff')
sha256sums_armv7h=('9dd412f6b2cdc52bf11976ecc978b70e5d9ffc89ea6d6b45776a40ca4fd0252f')
sha256sums_aarch64=('e7bb8d3f634abbfb7a358a20570875cd66270c3f536e7a30766b1f30d5c95a03')

package() {
  bsdtar -xf data.tar.xz -C "$pkgdir/"
}