mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2024-12-03 06:01:30 -08:00
add README, metadata overlay.xml profiles
This commit is contained in:
commit
d278c88b06
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
## What is this?
|
||||
An unofficial overlay obviously, to experiment with ebuilds.
|
||||
|
||||
To manually add overlay:
|
||||
```
|
||||
layman -f -a gentoo-overlay-trent -o https://raw.githubusercontent.com/TrentSPalmer/gentoo-overlay-trent/master/overlay.xml
|
||||
```
|
||||
## Test drive?
|
||||
[Here's a Gist](https://gist.github.com/TrentSPalmer/a929dfdb0cdb7dd946d313bde708900e)
|
||||
with instructions for how to quickly spin up an nspawn container to do some test building,
|
||||
if you are into that sort of thing.
|
||||
|
||||
## Portage Category
|
||||
the app-nvim category requires a configuration file
|
||||
|
||||
```conf
|
||||
# /etc/portage/categories
|
||||
app-nvim
|
||||
```
|
1
metadata/layout.conf
Normal file
1
metadata/layout.conf
Normal file
@ -0,0 +1 @@
|
||||
masters = gentoo
|
15
overlay.xml
Normal file
15
overlay.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
|
||||
<repositories xmlns="" version="1.0">
|
||||
<repo quality="experimental" status="unofficial">
|
||||
<name>gentoo-overlay-trent</name>
|
||||
<description>ebuild practice</description>
|
||||
<homepage></homepage>
|
||||
<owner>
|
||||
<email></email>
|
||||
<name>Trent Palmer</name>
|
||||
<name>TrentSPalmer</name>
|
||||
</owner>
|
||||
<source type="git">https://github.com/TrentSPalmer/gentoo-overlay-trent.git</source>
|
||||
</repo>
|
||||
</repositories>
|
1
profiles/repo_name
Normal file
1
profiles/repo_name
Normal file
@ -0,0 +1 @@
|
||||
gentoo-overlay-trent
|
Loading…
Reference in New Issue
Block a user