Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vowstar/octave-gentoo-package
Tools to generate octave forge package
https://github.com/vowstar/octave-gentoo-package
Last synced: 13 days ago
JSON representation
Tools to generate octave forge package
- Host: GitHub
- URL: https://github.com/vowstar/octave-gentoo-package
- Owner: vowstar
- Created: 2021-07-14T13:50:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T04:48:19.000Z (about 2 years ago)
- Last Synced: 2024-10-11T13:36:11.211Z (about 1 month ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Octave forge gentoo package generator
## Usage
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install requirements.txt
python3 octave-gentoo-package.py
```Then all packages shoud in ``dev-octave`` directory.
If you want to use it in your own overlay, you need to add categorie ``dev-octave`` into ``profiles/categories``.## Overlay
If you want use it out of the box, this is my overlay.
[::vowstar-overlay: https://github.com/vowstar/vowstar-overlay](https://github.com/vowstar/vowstar-overlay)