summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ac901e65312a52ed2cdaddf5970e59b7645a9817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: jpberdejo <jpberdejo at gmail dot com>
pkgname=dolphin-megasync-bin
pkgver=5.2.0
pkgrel=1
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/repo/Arch_Extra/x86_64/dolphin-megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
sha256sums=('e249aa2ab2baa83cc2ffc91f87c7c9e118e0f28528a53307aa966d7bc1a8a77d')

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