Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1014 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 1014 Bytes

Vortex ebuild repository

Introduction

This personal repository contains ebuilds and fixes for packages that i'm interested in.

Using repository with newer portage

A package manager with git repository support can be used for sync. Portage version 2.2.16 and later supports git sync.

The repos.conf entry for repository sync may look like the following:

[vortex]
location = /var/db/repos/vortex
sync-type = git
sync-uri = https://github.com/nE0sIghT/vortex-overlay.git
auto-sync = true

Please note that if you use existing repository location, you need to remove the existing repository first.

Using repository with layman

With layman repository must be added first using command:

layman -a vortex

Synchronization can be done with command:

layman -s vortex

Donate