aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Alex2015-06-10 14:29:39 +1000
committerBen Alex2015-06-10 14:29:39 +1000
commit2495b428874c3cb38543e5619a8993a1a2b53f21 (patch)
treef8db5cd480b93d33dc62bf7e7d671dba1752106f
parente8db81d9cf4d6ac3ea00fbcf6381d82132ef8883 (diff)
downloadaur-2495b428874c3cb38543e5619a8993a1a2b53f21.tar.gz
Move from GitHub.
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD2
-rw-r--r--README.md15
3 files changed, 21 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bffc0aff7964
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.xz
+*.gz
+pkg
+src
+*.tgz
+*.jar
diff --git a/PKGBUILD b/PKGBUILD
index 191c56e42def..d3b53a63143c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
# Maintainer: Ben Alex <ben.alex@acegi.com.au>
-# See https://github.com/benalexau/twstools-aur for AUR PKGBUILD history
-
pkgname=twstools
pkgver=0.4.3
pkgrel=1
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..5ed245af965d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+Source for the
+[twstools](https://github.com/rudimeier/twstools)
+AUR package
+[twstools](https://aur.archlinux.org/packages/twstools/).
+
+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
+sudo pacman -U *.xz
+rm -f *.gz && mkaurball
+burp -c office *.src.tar.gz
+```