aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Latta2015-10-11 13:07:04 -0700
committerZach Latta2015-10-11 13:07:04 -0700
commit9ccd268460749164050f818a0a274563b71939c3 (patch)
tree30a8dd1b0f4006999b5d640644bee18a9f6b182d
parent9fd835a5c1942ebe8d7e7540ebbda2fc8f753895 (diff)
downloadaur-9ccd268460749164050f818a0a274563b71939c3.tar.gz
Add installation, LICENSE, and link to AUR
-rw-r--r--LICENSE21
-rw-r--r--README.md13
2 files changed, 33 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..14722c039781
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 Zach Latta
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE. \ No newline at end of file
diff --git a/README.md b/README.md
index 25d4b6ed8259..67d307505cc2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,15 @@
# convox-aur
This contains the PKGBUILD for the [Convox](https://convox.com/) package in the
-Arch User Repository.
+Arch User Repository. The uploaded package:
+https://aur.archlinux.org/packages/convox.
+
+## Installation
+
+If you use pacaur:
+
+ $ pacaur -S convox
+
+## License
+
+See [LICENSE](LICENSE).