/lye-repo

Personal Gentoo management warehouse

Primary LanguageShell

Lye-REPO –> gentoo third overlay

用法

使用 layman 管理

layman -o https://github.com/shanyouli/lye-repo/raw/master/sly.xml -f -a lye-repo

手动管理

  • 如果需要自己编写 ebuild, 推荐这种方法

git 下载 lye-repo

git clone --depth 1 git@github.com:shanyouli/lye-repo.git my-repos

创建并配置 lye-repo

vim /etc/portage/repos.conf/lye-repo.conf
[lye-repo]
location = /path/to/my-repos

更新

cd my-repos && {
    git pull
}