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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,7 @@ 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: |
|
||||||
|
|
Reference in New Issue