summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDustin Falgout2016-08-24 03:41:39 -0500
committerDustin Falgout2016-08-24 03:41:39 -0500
commitf1f6ae1601621b4ef68bc1614deccc68b674de4a (patch)
tree4338c986bbe271a66bc1e171eb41db042875e5e0
downloadaur-f1f6ae1601621b4ef68bc1614deccc68b674de4a.tar.gz
initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
-rw-r--r--placeholder0
3 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3b383be72b32
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+# Generated by mksrcinfo v8
+# Wed Aug 24 08:41:23 UTC 2016
+pkgbase = trailbot-client
+ pkgver = 0.0.0.1a1
+ pkgrel = 1
+ arch = x86_64
+ license = MIT
+ source = placeholder
+ md5sums = d41d8cd98f00b204e9800998ecf8427e
+
+pkgname = trailbot-client
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3498e1dc1e4b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+# Maintainer: Dustin Falgout <dustin@antergos.com>
+
+pkgname=trailbot-client
+pkgver=0.0.0.1a1
+pkgrel=1
+arch=(x86_64)
+license=(MIT)
+source=(placeholder)
+
+package() {
+ cd "${srcdir}/placeholder" ${pkgdir}
+}
+md5sums=('d41d8cd98f00b204e9800998ecf8427e')
diff --git a/placeholder b/placeholder
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/placeholder