synology-drive (up to 2.0.0-11050)

This commit is contained in:
Felipe Martin 2019-09-24 13:17:14 +02:00
parent 4212caa4c0
commit dfeaea2efc
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
20 changed files with 513 additions and 10 deletions

View File

@ -1,13 +1,9 @@
# AUR Synology Drive Builder
# AUR Package builds
[![AUR Synology Drive](https://img.shields.io/badge/AUR-synology--drive-green.svg)](https://aur.archlinux.org/packages/synology-drive/)
Helpers to generate AUR packages for Arch Linux.
Simple script to generate the AUR builds for the Synology Drive software.
## Provded packages
## Usage
```
./docker-build.sh VERSION BUILD_NUMBER
```
This will generate a new folder in the builds folder with the _PKGBUILD_ and _.SRCINFO_ files which are the required files to create an AUR package.
| Name | Version | Link |
| -------------- | ----------- | -------------------------------------------------------------- |
| Synology Drive | 2.0.0-11050 | [AUR](https://aur.archlinux.org/packages/synology-drive/) |

View File

@ -0,0 +1,22 @@
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 = 1.0.0
pkgrel = 10240
url = http://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/1.0.0-10240/Ubuntu/Installer/i686/synology-drive-10240.i686.deb
md5sums_i686 = 4512b72de1dcb87b38cb312d821c6b53
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/1.0.0-10240/Ubuntu/Installer/x86_64/synology-drive-10240.x86_64.deb
md5sums_x86_64 = f76c60432d219c9ec434d2261c5b6eb4
pkgname = synology-drive

View File

@ -0,0 +1,32 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname=synology-drive
pkgver="1.0.0"
pkgrel="10240"
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="http://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/1.0.0-10240/Ubuntu/Installer/i686/synology-drive-10240.i686.deb)
md5sums_i686=('4512b72de1dcb87b38cb312d821c6b53')
source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/1.0.0-10240/Ubuntu/Installer/x86_64/synology-drive-10240.x86_64.deb)
md5sums_x86_64=('f76c60432d219c9ec434d2261c5b6eb4')
prepare() {
cd "$srcdir"
mkdir control data
ar x synology-drive-*
tar xf data.tar.gz --directory data
}
package() {
cp -r "$srcdir/data/opt" "$pkgdir/opt"
cp -r "$srcdir/data/usr" "$pkgdir/usr"
}

View File

@ -0,0 +1,22 @@
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 = 1.0.1
pkgrel = 10253
url = http://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/1.0.1-10253/Ubuntu/Installer/i686/synology-drive-10253.i686.deb
md5sums_i686 = 9a4a8bfa04da9bc972c8128cfea440d9
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/1.0.1-10253/Ubuntu/Installer/x86_64/synology-drive-10253.x86_64.deb
md5sums_x86_64 = a1cf7c7b7a809c6e0da1f99906f31c8d
pkgname = synology-drive

View File

@ -0,0 +1,32 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname=synology-drive
pkgver="1.0.1"
pkgrel="10253"
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="http://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/1.0.1-10253/Ubuntu/Installer/i686/synology-drive-10253.i686.deb)
md5sums_i686=('9a4a8bfa04da9bc972c8128cfea440d9')
source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/1.0.1-10253/Ubuntu/Installer/x86_64/synology-drive-10253.x86_64.deb)
md5sums_x86_64=('a1cf7c7b7a809c6e0da1f99906f31c8d')
prepare() {
cd "$srcdir"
mkdir control data
ar x synology-drive-*
tar xf data.tar.gz --directory data
}
package() {
cp -r "$srcdir/data/opt" "$pkgdir/opt"
cp -r "$srcdir/data/usr" "$pkgdir/usr"
}

View File

@ -0,0 +1,22 @@
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 = 1.0.2
pkgrel = 10275
url = http://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/1.0.2-10275/Ubuntu/Installer/i686/synology-drive-10275.i686.deb
md5sums_i686 = 12d913a95dd557b4d87adfd144a30ca9
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/1.0.2-10275/Ubuntu/Installer/x86_64/synology-drive-10275.x86_64.deb
md5sums_x86_64 = aaa9f6c51a3101e476685ccad3b9991a
pkgname = synology-drive

View File

@ -0,0 +1,32 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname=synology-drive
pkgver="1.0.2"
pkgrel="10275"
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="http://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/1.0.2-10275/Ubuntu/Installer/i686/synology-drive-10275.i686.deb)
md5sums_i686=('12d913a95dd557b4d87adfd144a30ca9')
source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/1.0.2-10275/Ubuntu/Installer/x86_64/synology-drive-10275.x86_64.deb)
md5sums_x86_64=('aaa9f6c51a3101e476685ccad3b9991a')
prepare() {
cd "$srcdir"
mkdir control data
ar x synology-drive-*
tar xf data.tar.gz --directory data
}
package() {
cp -r "$srcdir/data/opt" "$pkgdir/opt"
cp -r "$srcdir/data/usr" "$pkgdir/usr"
}

View File

@ -0,0 +1,22 @@
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 = 1.0.3
pkgrel = 10281
url = http://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/1.0.3-10281/Ubuntu/Installer/i686/synology-drive-10281.i686.deb
md5sums_i686 = 60464b0d0ee6eaedf2ef44c7204b84b0
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/1.0.3-10281/Ubuntu/Installer/x86_64/synology-drive-10281.x86_64.deb
md5sums_x86_64 = caf40c2938232b3e4409b6c6d55d544b
pkgname = synology-drive

View File

@ -0,0 +1,32 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname=synology-drive
pkgver="1.0.3"
pkgrel="10281"
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="http://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/1.0.3-10281/Ubuntu/Installer/i686/synology-drive-10281.i686.deb)
md5sums_i686=('60464b0d0ee6eaedf2ef44c7204b84b0')
source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/1.0.3-10281/Ubuntu/Installer/x86_64/synology-drive-10281.x86_64.deb)
md5sums_x86_64=('caf40c2938232b3e4409b6c6d55d544b')
prepare() {
cd "$srcdir"
mkdir control data
ar x synology-drive-*
tar xf data.tar.gz --directory data
}
package() {
cp -r "$srcdir/data/opt" "$pkgdir/opt"
cp -r "$srcdir/data/usr" "$pkgdir/usr"
}

View File

@ -0,0 +1,22 @@
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 = 1.1.0
pkgrel = 10544
url = http://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/1.1.0-10544/Ubuntu/Installer/i686/synology-drive-10544.i686.deb
md5sums_i686 = fa1d5ea782d48b790f8563b864faab92
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/1.1.0-10544/Ubuntu/Installer/x86_64/synology-drive-10544.x86_64.deb
md5sums_x86_64 = 1deb3f38264d8f30e10776878bb30442
pkgname = synology-drive

View File

@ -0,0 +1,32 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname=synology-drive
pkgver="1.1.0"
pkgrel="10544"
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="http://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/1.1.0-10544/Ubuntu/Installer/i686/synology-drive-10544.i686.deb)
md5sums_i686=('fa1d5ea782d48b790f8563b864faab92')
source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/1.1.0-10544/Ubuntu/Installer/x86_64/synology-drive-10544.x86_64.deb)
md5sums_x86_64=('1deb3f38264d8f30e10776878bb30442')
prepare() {
cd "$srcdir"
mkdir control data
ar x synology-drive-*
tar xf data.tar.gz --directory data
}
package() {
cp -r "$srcdir/data/opt" "$pkgdir/opt"
cp -r "$srcdir/data/usr" "$pkgdir/usr"
}

View File

@ -0,0 +1,22 @@
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 = 1.1.2
pkgrel = 10562
url = http://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/1.1.2-10562/Ubuntu/Installer/i686/synology-drive-10562.i686.deb
md5sums_i686 = 6bbe69f93182e57384158102c7a95f70
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/1.1.2-10562/Ubuntu/Installer/x86_64/synology-drive-10562.x86_64.deb
md5sums_x86_64 = c192be1a247d2d25dd5f05574e3d8f51
pkgname = synology-drive

View File

@ -0,0 +1,32 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname=synology-drive
pkgver="1.1.2"
pkgrel="10562"
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="http://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/1.1.2-10562/Ubuntu/Installer/i686/synology-drive-10562.i686.deb)
md5sums_i686=('6bbe69f93182e57384158102c7a95f70')
source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/1.1.2-10562/Ubuntu/Installer/x86_64/synology-drive-10562.x86_64.deb)
md5sums_x86_64=('c192be1a247d2d25dd5f05574e3d8f51')
prepare() {
cd "$srcdir"
mkdir control data
ar x synology-drive-*
tar xf data.tar.gz --directory data
}
package() {
cp -r "$srcdir/data/opt" "$pkgdir/opt"
cp -r "$srcdir/data/usr" "$pkgdir/usr"
}

View File

@ -0,0 +1,22 @@
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 = 1.1.3
pkgrel = 10570
url = http://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/1.1.3-10570/Ubuntu/Installer/i686/synology-drive-10570.i686.deb
md5sums_i686 = bf629124afe3f758e4534b840d81c494
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/1.1.3-10570/Ubuntu/Installer/x86_64/synology-drive-10570.x86_64.deb
md5sums_x86_64 = c14d8b0e379eb01a67a67d566985bb1a
pkgname = synology-drive

View File

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

View File

@ -0,0 +1,22 @@
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 = 1.1.4
pkgrel = 10580
url = http://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/1.1.4-10580/Ubuntu/Installer/i686/synology-drive-10580.i686.deb
md5sums_i686 = ad22b8493996472258ddc7baf48733cc
source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/1.1.4-10580/Ubuntu/Installer/x86_64/synology-drive-10580.x86_64.deb
md5sums_x86_64 = fc6385aacb651f0646b9c1b508629a00
pkgname = synology-drive

View File

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

View File

@ -0,0 +1,22 @@
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.0
pkgrel = 11050
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.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
pkgname = synology-drive

View File

@ -0,0 +1,33 @@
# 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"
}

View File

@ -0,0 +1,18 @@
name = "synology-drive"
version = "2.0.0"
build_number = "11050"
description = "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."
license = "unknown"
url = "https://www.synology.com"
depends = ["glibc", "libsm", "binutils", "fontconfig"]
optdepends = ["nautilus: For nautilus integration"]
conflicts = ["cloudstation-beta", "cloudstation-3.0", "cloudstation-drive"]
arch = ["i686", "x86_64"]
builder = "debian"
[sources.i686]
url = "https://global.download.synology.com/download/Tools/SynologyDriveClient/{version}-{build_number}/Ubuntu/Installer/i686/synology-drive-client-{build_number}.i686.deb"
[sources.x86_64]
url = "https://global.download.synology.com/download/Tools/SynologyDriveClient/{version}-{build_number}/Ubuntu/Installer/x86_64/synology-drive-client-{build_number}.x86_64.deb"