2.0.2-11088

This commit is contained in:
Felipe M 2020-12-26 20:40:46 +01:00
parent a042cdbdec
commit 6995b7479e
2 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,23 @@
pkgbase = synology-drive
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.
pkgver = 2.0.2
pkgrel = 11078
url = https://www.synology.com
arch = i686
arch = x86_64
license = unknown
depends = glibc
depends = libsm
depends = binutils
depends = fontconfig
optdepends = nautilus: For nautilus integration
conflicts = cloudstation-beta
conflicts = cloudstation-3.0
conflicts = cloudstation-drive
source_i686 = https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.2-11078/Ubuntu/Installer/i686/synology-drive-client-11078.i686.deb
md5sums_i686 =
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.2-11078/Ubuntu/Installer/x86_64/synology-drive-client-11078.x86_64.deb
md5sums_x86_64 = 67c77b95a4a3572bae61c2e6cdddf1a5
pkgname = synology-drive

View File

@ -0,0 +1,33 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="2.0.2"
pkgrel="11078"
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.2-11078/Ubuntu/Installer/i686/synology-drive-client-11078.i686.deb)
md5sums_i686=('')
source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.2-11078/Ubuntu/Installer/x86_64/synology-drive-client-11078.x86_64.deb)
md5sums_x86_64=('67c77b95a4a3572bae61c2e6cdddf1a5')
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"
}