blob: f95d13d147b66dfd4bb432e34b37ea26039201f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Maintainer: Rodolfo Panerai <rodolfo.panerai at gmail dot com>
pkgname=megasync-bin
pkgver=4.8.8
pkgrel=1
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
arch=('x86_64')
url="https://mega.io"
license=('custom')
provides=("megasync=$pkgver")
conflicts=('megasync')
depends=('glibc'
'gcc-libs'
'qt5-base'
'qt5-tools'
'icu'
'sqlite'
'openssl'
'zlib'
'qt5-svg'
'qt5-x11extras'
'bzip2'
'xz'
'libraw'
'double-conversion'
'systemd'
'freeimage')
optdepends=('sni-qt: fix systray issue on KDE and LXQt')
source=("https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
sha256sums=('adc7aea950e8be46a7b877dab32e84ca0e1463321badca0df166946010e2bd48')
package() {
cp -R "${srcdir}/usr" "${pkgdir}/"
# cp -R "${srcdir}/opt" "${pkgdir}/"
rm -rf "${pkgdir}/usr/share/icons/ubuntu-mono-dark"
rm -rf "${pkgdir}/usr/share/doc"
}
|