summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPKD2023-08-22 15:32:27 +0200
committerPKD2023-08-22 15:32:27 +0200
commite6a95bd873124044ae4dd542cb8219e2e140d350 (patch)
treeecd0ebd03e1f4f4b71125b2b2b5a739c38223149
downloadaur-e6a95bd873124044ae4dd542cb8219e2e140d350.tar.gz
adding the 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')