Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.11 KB

Build Status

gyakovlev

This is my personal portage overlay for Gentoo Linux

Mirror available at gitlab

Installation

  • using wget
mkdir -p /etc/portage/repos.conf
wget  -O /etc/portage/repos.conf/gyakovlev.conf https://raw.githubusercontent.com/gyakovlev/gentoo-overlay/master/gyakovlev.conf
  • using curl
curl -Lo /etc/portage/repos.conf/gyakovlev.conf --create-dirs https://raw.githubusercontent.com/gyakovlev/gentoo-overlay/master/gyakovlev.conf

sync the repo

emaint sync -r gyakovlev

Contents (autogenerated)

.
├── metadata/   └── layout.conf
├── profiles/   ├── package.mask   └── repo_name
├── scripts/   └── pre-commit*
├── gyakovlev.conf
└── README.md

3 directories, 6 files