summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c34e5a8046b4b44bc738ae2b1267879cf0b94a05 (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
# Maintainer: Nicola Salsotto <nicola@cryptolab.net>
pkgname=megasync-instances
pkgver=0.0.1
pkgrel=1
pkgdesc="Provides an utility to run multiple megasync instances with different accounts."
arch=('any')
url="https://github.com/NicoVarg99/MEGA-Instances"
license=('GPL3')
groups=()
depends=('megasync' 'zenity')
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
source=("$pkgname::git+https://github.com/NicoVarg99/MEGA-Instances.git")
noextract=()
md5sums=('SKIP')

package() {
  install -m755 -D "$srcdir/$pkgname/mega_instances.sh" "${pkgdir}/usr/bin/${pkgname}"
}