summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e6a96ef24568c7b031e3e716e8e1143f64c4e0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: zhullyb <zhullyb at outlook dot com>
pkgname=dolphin-megasync-bin
pkgver=3.6.6
pkgrel=2
pkgdesc="Extension for KDE based file managers to interact with Megasync"
arch=('x86_64')
url="http://mega.nz"
license=('custom')
provides=("dolphin-megasync=$pkgver")
conflicts=('dolphin-megasync' 'dolphin-megasync-git')
depends=('megasync>=3.5'
         'dolphin')
source=("${url}/linux/MEGAsync/Arch_Extra/x86_64/dolphin-megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz")
md5sums=('882a2bb9f4bec41ae285ae2b353d730b')

package() {
    cp -R "${srcdir}/usr" "${pkgdir}/"
}