summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 06b2155d3c877c6102189c6de78c58da668ed562 (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
# Maintainer: Carlos Henrique Merces Moreira "chmercesmoreira" <ch.mercesmoreira@gmail.com>
pkgname=plexdrive
pkgver=5.0.0
pkgrel=2
pkgdesc="Plexdrive mounts your Google Drive FUSE filesystem (optimized for media playback)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/dweidenfeld/plexdrive"
license=('MIT')
[ "$CARCH" = "i686" ] && _pkgname=plexdrive-linux-386
[ "$CARCH" = "x86_64" ] && _pkgname=plexdrive-linux-amd64
[ "$CARCH" = "arm" ] && _pkgname=plexdrive-linux-arm5
[ "$CARCH" = "armv6h" ] && _pkgname=plexdrive-linux-arm6
[ "$CARCH" = "armv7h" ] && _pkgname=plexdrive-linux-arm7
[ "$CARCH" = "aarch64" ] && _pkgname=plexdrive-linux-arm64
source_i686=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$_pkgname"")
source_x86_64=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$_pkgname"")
source_arm=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$_pkgname"")
source_armv6h=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$_pkgname"")
source_armv7h=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$_pkgname"")
source_aarch64=("https://github.com/dweidenfeld/"$pkgname"/releases/download/"$pkgver"/"$_pkgname"")
md5sums_i686=('ad566b861397499b2bffc5e4ea036394')
md5sums_x86_64=('5ff225e47c72431c440c251d39c6d2ef')
md5sums_arm=('17d84966b994787afb7e8741a2a8f08a')
md5sums_armv6h=('611d9b2d6053dd8e8a33952b5e34c6e4')
md5sums_armv7h=('4d3691f0ab29dd2ce332d234130d4bfb')
md5sums_aarch64=('2af4d2b4596492c52dd0e0f88f542a81')

package () {
	install -m755 "$_pkgname" "$pkgdir/usr/bin/plexdrive"
}