README.md: update
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
parent
5cfba7d4b7
commit
1838418750
36
README.md
36
README.md
@ -1,3 +1,5 @@
|
|||||||
|
# LEADEN
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://gitlab.com/src_prepare/leaden/pipelines">
|
<a href="https://gitlab.com/src_prepare/leaden/pipelines">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/leaden/master/pipeline.svg">
|
<img src="https://gitlab.com/src_prepare/badge/leaden/master/pipeline.svg">
|
||||||
@ -17,7 +19,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
# LEADEN
|
# About
|
||||||
|
|
||||||
Light Ebuild Automated Development Environment Notebook
|
Light Ebuild Automated Development Environment Notebook
|
||||||
|
|
||||||
@ -27,9 +29,6 @@ Light Ebuild Automated Development Environment Notebook
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
# About
|
|
||||||
|
|
||||||
**Warning! Work in Progress!**
|
**Warning! Work in Progress!**
|
||||||
|
|
||||||
Leaden is a simple IDE-like editor for gentoo ebuild scripts.
|
Leaden is a simple IDE-like editor for gentoo ebuild scripts.
|
||||||
@ -41,20 +40,20 @@ The reason for a graphical editor as opposed to console interface one is that we
|
|||||||
Some functions of Leaden may be also called from console. Run `leaden --help` to get more info about those.
|
Some functions of Leaden may be also called from console. Run `leaden --help` to get more info about those.
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
## Installation
|
||||||
|
|
||||||
## Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- portage
|
- portage
|
||||||
- pyqt
|
- pyqt
|
||||||
- repoman
|
- repoman
|
||||||
|
|
||||||
## Manual
|
### Manual
|
||||||
|
|
||||||
- clone this project using git
|
- clone this project using git
|
||||||
- run `make && make install`
|
- run `make && make install`
|
||||||
|
|
||||||
## Ebuild
|
### Ebuild
|
||||||
|
|
||||||
- add src_prepare overlay
|
- add src_prepare overlay
|
||||||
- run `sudo emerge -av --autounmask dev-util/leaden`
|
- run `sudo emerge -av --autounmask dev-util/leaden`
|
||||||
@ -62,4 +61,23 @@ Some functions of Leaden may be also called from console. Run `leaden --help` to
|
|||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
GNU GPL Version 3
|
SPDX-License-Identifier: GPL-3.0-only
|
||||||
|
|
||||||
|
## Unless otherwise stated contents here are under the GNU GPL v3 license
|
||||||
|
|
||||||
|
This file is part of leaden.
|
||||||
|
|
||||||
|
leaden is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, version 3.
|
||||||
|
|
||||||
|
leaden is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with leaden. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright (c) 2020-2021, src_prepare group
|
||||||
|
Licensed under the GNU GPL v3 License
|
||||||
|
Loading…
Reference in New Issue
Block a user