summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 67cb62ccbf2f78fe3a660e6f3892d9d1d121e904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer PKD paulkronlund@gmail.com
pkgname=google-drive-linux
pkgver=1.0
pkgrel=1
pkgdesc="An unoficial port of google drive to linux"
arch=('x86_64')
url="https://github.com/PKD667/google-drive-linux"
license=('')
source=('google-drive-linux::git+https://github.com/PKD667/google-drive-linux')
makedepends=('git')
package() {
	cd "$srcdir/$pkgname"
	DESTDIR="$pkgdir/" sh install.sh
}
sha256sums=('SKIP')