summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorb1f6c1c42020-07-20 05:53:55 -0400
committerb1f6c1c42020-07-20 05:53:55 -0400
commit3de1e1383e64edab62129b4512e609946c31e1a3 (patch)
treec88aefccacabdf9e54e3c1dd88ffcab5a049e88d /.SRCINFO
downloadaur-3de1e1383e64edab62129b4512e609946c31e1a3.tar.gz
initial commit for git-get on AUR
This commit publishes one of my git enhancement tool: git-get, https://github.com/b1f6c1c4/git-get to AUR.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO17
1 files changed, 17 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b28373454f6d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+pkgbase = git-get
+ pkgdesc = Blazingly fast, incredibly handy git clone alternative
+ pkgver = v0.0
+ pkgrel = 1
+ url = https://github.com/b1f6c1c4/git-get
+ arch = any
+ license = MIT
+ depends = git
+ depends = bash
+ depends = grep
+ depends = sed
+ depends = awk
+ source = https://github.com/b1f6c1c4/git-get/releases/download/v0.0/git-get.tar.xz
+ sha256sums = af46f5eeee7227dc2df37de48e9fdcfeae07034b9b20569cbdb60a2a7668b685
+
+pkgname = git-get
+