summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5571943587d45ce600a694394155864fe024db4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: jpberdejo <jpberdejo at gmail dot com>
# Contributor: zhullyb <zhullyb at outlook dot com>
pkgname=dolphin-megasync-bin
pkgver=5.3.0
pkgrel=1
pkgdesc="Extension for KDE based file managers to interact with Megasync"
arch=('x86_64')
url="https://mega.nz"
license=('custom')
provides=("dolphin-megasync=$pkgver")
conflicts=('dolphin-megasync' 'dolphin-megasync-git')
depends=('megasync>=5.0'
         'dolphin')
source=("${url}/linux/repo/Arch_Extra/x86_64/dolphin-megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
sha256sums=('e97ea3033d09d090492004eb6279aafc826b6c8d613d402915368fe616f58c8f')

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