28 lines
1.2 KiB
Bash
28 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.15.0
|
|
# Uncomment for releases with hyphens
|
|
# _pkgver=$(echo "$pkgver" | tr '~' -)
|
|
pkgrel=1
|
|
arch=('x86_64' 'aarch64' 'armv7h')
|
|
url='https://kopia.io/'
|
|
license=('APACHE')
|
|
optdepends=('fuse3: mounting snapshots locally')
|
|
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=('8263fb771708affd45506288fb44b3d701029ebb192a0240986a48b77a2d3f72')
|
|
sha256sums_aarch64=('b57e8422ca09a24a92d55faf23df8f80e525212296e9adbbcf0c45e97d413fdd')
|
|
sha256sums_armv7h=('ea167b8eb3d3e742dc12c1f024b261f02a406c68042c0f28973562f42f7df41b')
|
|
|
|
package() {
|
|
tar -xf data.tar.xz -C "$pkgdir"
|
|
cp app-update.yml "$pkgdir/opt/KopiaUI/resources"
|
|
}
|