Add repositories.xml
This commit is contained in:
parent
506fdc3692
commit
8d55441855
@ -1,3 +1,8 @@
|
||||
# cppmm-overlay
|
||||
|
||||
Gentoo overlay
|
||||
To add new or update run
|
||||
```bash
|
||||
pkgdev manifest
|
||||
pkgcheck scan
|
||||
```
|
||||
|
13
repositories.xml
Normal file
13
repositories.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<repositories version="1.0">
|
||||
<repo quality="experimental" status="unofficial">
|
||||
<name>cppmm-overlay</name>
|
||||
<description lang="en">cppmm's Custom Gentoo Overlay.</description>
|
||||
<homepage>https://gitea.cppmm.net.ru/gentoo/cppmm-overlay</homepage>
|
||||
<owner type="person">
|
||||
<name>cppmm</name>
|
||||
<email>root@cppmm.net.ru</email>
|
||||
</owner>
|
||||
<source type="git">https://gitea.cppmm.net.ru/gentoo/cppmm-overlay.git</source>
|
||||
</repo>
|
||||
</repositories>
|
Loading…
Reference in New Issue
Block a user