aur-packages/synology-drive/builds/2.0.0-11050/PKGBUILD

34 lines
1.2 KiB
Bash

# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="2.0.0"
pkgrel="11050"
pkgdesc="Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers."
arch=('i686' 'x86_64')
url="https://www.synology.com"
license=('unknown')
depends=('glibc' 'libsm' 'binutils' 'fontconfig')
optdepends=('nautilus: For nautilus integration')
conflicts=('cloudstation-beta' 'cloudstation-3.0' 'cloudstation-drive')
source=()
md5sums=()
source_i686=(https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.0-11050/Ubuntu/Installer/i686/synology-drive-client-11050.i686.deb)
md5sums_i686=('8b9fd6ae83d4975d771ed925c62bfbda')
source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.0-11050/Ubuntu/Installer/x86_64/synology-drive-client-11050.x86_64.deb)
md5sums_x86_64=('194776c3fb66ab6fa092f49377d7ab42')
prepare() {
cd "$srcdir"
mkdir -p data
ar x synology-drive-*
xz -d data.tar.xz
tar xf data.tar --directory data
}
package() {
cp -r "$srcdir/data/opt" "$pkgdir/opt"
cp -r "$srcdir/data/usr" "$pkgdir/usr"
}