summaryrefslogtreecommitdiff
path: root/overlay.xml
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-04-05 21:39:38 +0200
committerCtibor Brančík <ctibor@brancik.cz>2021-04-05 21:39:38 +0200
commitb571a3c4169f7eccae98825dba7d033a4fe17720 (patch)
tree55def24d85cb3bcf281402397acf9413e56b6743 /overlay.xml
parente97f5da64ba5cc269423ddef45cedf3db47dcf8f (diff)
downloadbrancik-overlay-b571a3c4169f7eccae98825dba7d033a4fe17720.tar.gz
brancik-overlay-b571a3c4169f7eccae98825dba7d033a4fe17720.tar.bz2
Add overlay.xml and repos.conf files and update install guide
Diffstat (limited to 'overlay.xml')
-rw-r--r--overlay.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/overlay.xml b/overlay.xml
new file mode 100644
index 0000000..11cc6f6
--- /dev/null
+++ b/overlay.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" ?>
+<!-- * GITHUB TEMPLATE from https://api.gentoo.org/overlays/repositories.xml !-->
+<repositories version="1.0">
+ <repo quality="experimental" status="unofficial">
+ <name>brancik-overlay</name>
+ <description>Ctibor Branciks overlay</description>
+ <homepage>https://dev.brancik.cz/git/brancik-overlay/</homepage>
+ <owner type="project">
+ <email>ctibor@brancik.cz</email>
+ <name>Ctibor Brančík</name>
+ </owner>
+ <source type="git">https://git.brancik.cz/brancik-overlay.git</source>
+ </repo>
+</repositories>