... | ... |
@@ -2,6 +2,10 @@ |
2 | 2 |
|
3 | 3 |
An [Ansible][] [role][] for cloning, building and installing [`xwinwrap`][]. |
4 | 4 |
|
5 |
+Installs build dependencies, clones <https://github.com/ujjwal96/xwinwrap> |
|
6 |
+(overridable with the variable `xwinwrap_repo`), builds it, and installs the |
|
7 |
+results into `/usr/local` (overridable with the variable `xwinwrap_prefix`). |
|
8 |
+ |
|
5 | 9 |
[`ansible-role-xwinwrap`]: https://git.rcrnstn.net/rcrnstn/ansible-role-xwinwrap |
6 | 10 |
[Ansible]: https://docs.ansible.com/ansible |
7 | 11 |
[role]: https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html |
... | ... |
@@ -6,3 +6,11 @@ An [Ansible][] [role][] for cloning, building and installing [`xwinwrap`][]. |
6 | 6 |
[Ansible]: https://docs.ansible.com/ansible |
7 | 7 |
[role]: https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html |
8 | 8 |
[`xwinwrap`]: https://github.com/ujjwal96/xwinwrap |
9 |
+ |
|
10 |
+## License |
|
11 |
+ |
|
12 |
+Licensed under the [ISC License][] unless otherwise noted, see the |
|
13 |
+[`LICENSE`][] file. |
|
14 |
+ |
|
15 |
+[ISC License]: https://choosealicense.com/licenses/isc/ |
|
16 |
+[`LICENSE`]: LICENSE |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+# [`ansible-role-xwinwrap`][] |
|
2 |
+ |
|
3 |
+An [Ansible][] [role][] for cloning, building and installing [`xwinwrap`][]. |
|
4 |
+ |
|
5 |
+[`ansible-role-xwinwrap`]: https://git.rcrnstn.net/rcrnstn/ansible-role-xwinwrap |
|
6 |
+[Ansible]: https://docs.ansible.com/ansible |
|
7 |
+[role]: https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html |
|
8 |
+[`xwinwrap`]: https://github.com/ujjwal96/xwinwrap |