aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..8ff9bea456d8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# Package build description for [coursier](http://get-coursier.io/)
+
+This repository holds instructions for building an Arch Linux package for coursier.
+
+## Pushing to AUR
+
+First generate `.SRCINFO` by:
+
+```
+pacaur -S pkgbuild-introspection-git
+gitmksrcinfo
+```
+
+Then push to AUR git repository by:
+
+```
+git remote add aur ssh://aur@aur.archlinux.org/coursier.git
+git push aur
+```