aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartynas Mickevičius2018-01-02 14:32:25 +0700
committerMartynas Mickevičius2018-01-02 14:32:25 +0700
commite25f037f997821d8cca172d58ef2e34a62d563d9 (patch)
treed2806022721f85adb4b3a8173dbc11d777f5b213 /README.md
downloadaur-e25f037f997821d8cca172d58ef2e34a62d563d9.tar.gz
And hence the coursier has arrived to the ArchLinux community
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
+```