summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..67cb62ccbf2f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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')