diff options
author | Tharre <tharre3@gmail.com> | 2018-07-25 03:38:22 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-07-25 03:38:22 +0200 |
commit | 2f28be5e14ecc1cea3e8167e66b1f91055095831 (patch) | |
tree | e6a89f84d8ce5b42803588149f4ca4668129b723 /.SRCINFO | |
download | pkgbuilds-2f28be5e14ecc1cea3e8167e66b1f91055095831.tar.gz pkgbuilds-2f28be5e14ecc1cea3e8167e66b1f91055095831.tar.xz pkgbuilds-2f28be5e14ecc1cea3e8167e66b1f91055095831.zip |
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..f203b56 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = grokmirror + pkgdesc = Framework to smartly mirror git repositories + pkgver = 1.1.0 + pkgrel = 1 + url = https://github.com/mricon/grokmirror + arch = any + license = GPL3 + depends = python-setuptools + source = https://files.pythonhosted.org/packages/source/g/grokmirror/grokmirror-1.1.0.tar.gz + sha256sums = e687f5242e15402352d425b350f69508f577aa4466c0c236b0fa1c8bda8c27fe + +pkgname = grokmirror + |