Misc packaging fixes
- format example yml to current standards - remove Makefile.toplevel as it shouldn't be in the folder
This commit is contained in:
parent
9253dcff3b
commit
25334892e3
|
@ -62,8 +62,8 @@ Your folder should look something similar to this:
|
||||||
| common/
|
| common/
|
||||||
| your-package/
|
| your-package/
|
||||||
| - Makefile
|
| - Makefile
|
||||||
|
| Makefile
|
||||||
| Makefile.common
|
| Makefile.common
|
||||||
| Makefile.toplevel
|
|
||||||
| Makefile.iso
|
| Makefile.iso
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -16,16 +16,15 @@ with a predefined environment.
|
||||||
An example file follows:
|
An example file follows:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
name : nano
|
name : nano
|
||||||
version : 2.5.1
|
version : 2.5.1
|
||||||
release : 39
|
release : 39
|
||||||
source :
|
source :
|
||||||
- http://www.nano-editor.org/dist/v2.5/nano-2.5.1.tar.gz : e06fca01bf183f4d531aa65a28dffc0e2d10185239909eb3de797023f3453bde
|
- http://www.nano-editor.org/dist/v2.5/nano-2.5.1.tar.gz : e06fca01bf183f4d531aa65a28dffc0e2d10185239909eb3de797023f3453bde
|
||||||
license :
|
license : GPL-3.0
|
||||||
- GPL-3.0
|
component : editor
|
||||||
component : editor
|
summary : Small, friendly text editor inspired by Pico
|
||||||
summary : Small, friendly text editor inspired by Pico
|
description: |
|
||||||
description : |
|
|
||||||
GNU nano is an easy-to-use text editor originally designed as a replacement for
|
GNU nano is an easy-to-use text editor originally designed as a replacement for
|
||||||
Pico, the ncurses-based editor from the non-free mailer package Pine.
|
Pico, the ncurses-based editor from the non-free mailer package Pine.
|
||||||
setup : |
|
setup : |
|
||||||
|
|
Reference in New Issue