summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Alex2015-06-10 14:20:15 +1000
committerBen Alex2015-06-10 14:20:15 +1000
commit7f46e75c3327f40ccaa254ba5a7f7c977e51185e (patch)
treeb4c71079a215d71a7ee9f418db1f3c940e343c5a
parent4ce2bda9aa8630232bf75bcbefaa17f841ed3da9 (diff)
downloadaur-7f46e75c3327f40ccaa254ba5a7f7c977e51185e.tar.gz
Additional AUR maintenance files formerly stored at GitHub.
-rw-r--r--.gitignore6
-rw-r--r--README.md16
2 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d3e3a0c4668d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.xz
+*.gz
+pkg
+src
+*.tgz
+sdgit
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..5b8e2a77c431
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+Source for the
+[statsd-cpp](https://github.com/euskadi31/statsd-cpp)
+AUR package
+[libstatsd-cpp](https://aur.archlinux.org/packages/libstatsd-cpp/).
+
+Build and Test
+--------------
+If you'd like to try out changes to the package, these commands offer a start:
+
+```
+rm -rf pkg src *.xz && makepkg -f
+namcap -m *.xz
+sudo pacman -U *.xz
+rm -f *.gz && mkaurball
+burp -c lib *.src.tar.gz
+```