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
- Host: GitHub
- URL: https://github.com/nemunaire/voltastream-overlay
- Owner: nemunaire
- Created: 2017-11-07T22:47:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T23:08:03.000Z (over 7 years ago)
- Last Synced: 2025-01-19T15:51:42.601Z (4 months ago)
- Topics: gentoo-overlay, polyvection, voltastream
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```