layman list added.
This commit is contained in:
parent
64df170385
commit
4c858d56d5
|
@ -0,0 +1,4 @@
|
|||
How to add this repo using layman
|
||||
=================================
|
||||
|
||||
sudo layman -f -o https://git.backbone.ws/portage/overlay/blobs/raw/master/layman.xml -a backbone
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<layman>
|
||||
<overlay
|
||||
name = "backbone"
|
||||
status="unofficial"
|
||||
type = "git"
|
||||
src = "git://github.com/backbone/overlay.git"
|
||||
contact = "mecareful@gmail.com">
|
||||
<link>https://git.backbone.ws/portage</link>
|
||||
<description>Backbone’s Portage overlay.</description>
|
||||
<feed>https://github.com/backbone/overlay.atom</feed>
|
||||
</overlay>
|
||||
</layman>
|
Loading…
Reference in New Issue