Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)