Add repositories.xml

This commit is contained in:
Anton Kropachev 2024-12-16 21:18:56 +03:00
parent 506fdc3692
commit 8d55441855
Signed by: cppmm
GPG Key ID: 10CDFDB8149D838F
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# cppmm-overlay # cppmm-overlay
Gentoo overlay Gentoo overlay
To add new or update run
```bash
pkgdev manifest
pkgcheck scan
```

13
repositories.xml Normal file
View 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>