27 lines
1.2 KiB
Bash
27 lines
1.2 KiB
Bash
# Maintainer: RealStickman <mrc+aur@frm01.net>
|
|
|
|
pkgname=kopia-ui-bin
|
|
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
|
|
pkgver=0.10.5
|
|
# Uncomment for releases with hyphens
|
|
# _pkgver=$(echo "$pkgver" | tr '~' -)
|
|
pkgrel=1
|
|
arch=('x86_64' 'aarch64' 'armv7h')
|
|
url='https://github.com/kopia/kopia/'
|
|
license=('APACHE')
|
|
provides=("${pkgname%-bin}")
|
|
conflicts=("${pkgname%-bin}")
|
|
source=("app-update.yml")
|
|
source_x86_64=("https://github.com/kopia/kopia/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_amd64.deb")
|
|
source_aarch64=("https://github.com/kopia/kopia/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_arm64.deb")
|
|
source_armv7h=("https://github.com/kopia/kopia/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_armv7l.deb")
|
|
sha256sums=('6e04ed70f54a3d70c22240cd6e4f65df4ad2f3e8aa1608aca20dc91c594bd83b')
|
|
sha256sums_x86_64=('863019a05efcb2b1f12d727442e8c1bde7d6cb60da32edfb3cdbe50f7083fd0a')
|
|
sha256sums_aarch64=('ad161bd1d5ebe3483a63f0bfcda964159eaa65b8df7a74aebd94e97179d94fdf')
|
|
sha256sums_armv7h=('ef87e03e7c710534a8170d13875bf794d2f882cc74978a6308ef3fc64c983490')
|
|
|
|
package() {
|
|
tar -xf data.tar.xz -C "$pkgdir"
|
|
cp app-update.yml "$pkgdir/opt/KopiaUI/resources"
|
|
}
|