An open API service indexing awesome lists of open source software.

https://github.com/nemunaire/voltastream-overlay

Gentoo overlay for the Voltastream ZERO and Voltastream AMP1 boards from PolyVection
https://github.com/nemunaire/voltastream-overlay

gentoo-overlay polyvection voltastream

Last synced: 3 months ago
JSON representation

Gentoo overlay for the Voltastream ZERO and Voltastream AMP1 boards from PolyVection

Awesome Lists containing this project

README

        

Voltastream Gentoo Overlay
==========================

This overlay includes ebuilds for the following packages:

* `sys-kernel/polyvection-sources`: Linux source for Voltastream devices

Usage with Portage
------------------

```
mkdir /usr/local/portage
git clone git://github.com:nemunaire/voltastream-overlay.git /usr/local/portage/voltastream
cat < /etc/portage/repos.conf/voltastream.conf
[voltastream]
priority = 50
location = /usr/local/portage/voltastream
sync-type = git
sync-uri = git://github.com:nemunaire/voltastream-overlay.git
auto-sync = yes
EOF
```