You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
leaden | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
lead.png | 2 years ago | |
leaden_noinstall.py | 2 years ago | |
setup.py | 2 years ago |
README.md
LEADEN
Light Ebuild Automated Development Environment Notebook
About
Warning! Work in Progress!
Leaden is a simple IDE-like editor for gentoo ebuild scripts.
Leaden is written in python using pyqt Qt5 bindings.
The reason for a graphical editor as opposed to console interface one is that we don't have to add any editor specific keyboard bindings and it would be generally faster than relying on knowledge of Emacs Vi.
Some functions of Leaden may be also called from console. Run leaden --help
to get more info about those.
Installation
Dependencies
- portage
- pyqt
- repoman
Manual
- clone this project using git
- run
make && make install
Ebuild
- add src_prepare overlay
- run
sudo emerge -av --autounmask dev-util/leaden
License
GNU GPL Version 3