ace-overlay: first commit

This commit is contained in:
ace
2017-10-09 05:27:09 +03:00
commit e2a4aa92ab
15 changed files with 492 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
## With Gentoo repos.conf:
sudo /bin/bash -c 'echo "[ace-overlay]
location = /usr/local/portage/ace-overlay
sync-type = git
sync-uri = http://gitlab/ace/ace-overlay.git
auto-sync = yes
clone-depth = 0" > /etc/portage/repos.conf/ace-overlay.conf'
## With Layman:
curl -k --request GET "https://gitlab/api/v4/projects/2/repository/files/ace-overlay.xml?ref=master" 2>/dev/null | python2.7 -c 'import sys, json, base64; print base64.standard_b64decode(json.load(sys.stdin)["content"])' > /tmp/ace-overlay.xml
sudo layman -o file:///tmp/ace-overlay.xml -f -a ace-overlay