summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1519d4414c23
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = python-drivelib
+ pkgdesc = Easy access to the most common Google Drive API calls
+ pkgver = 0.1.4
+ pkgrel = 1
+ url = https://github.com/Lykos153/python-drivelib
+ arch = any
+ license = GPLv3+
+ makedepends = python-setuptools
+ depends = python
+ depends = python-google-api-python-client
+ depends = python-google-auth-oauthlib
+ depends = python-google-auth-httplib2
+ depends = python-google-auth
+ depends = python-oauth2client
+ source = git+https://github.com/Lykos153/python-drivelib.git#tag=v0.1.4
+ sha256sums = SKIP
+
+pkgname = python-drivelib
+