Commit b8122ad
[tools] Add system package manger with ncurses as example (#177)
* Add system package manger with ncurses
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Add entry for system example in docs
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Add ci script to validate new example
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Use invalid configuration if not linux
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Add consumer application for ncurses
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Execute test only on Linux
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Simplify consumer package
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Add support for Macos
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Add support for FreeBSD
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Elaborate better example using ncurses
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Fix exported source file name
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Avoid interactive command on CI
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Simplify consumer example
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Update documentation url for sys reqs example
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Add support for FreeBSD
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Use official CMake target name for Curses
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Only run consumer example on supported Os
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Update examples/tools/system/package_manager/consumer/conanfile.py
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
* Update examples/tools/system/package_manager/consumer/conanfile.py
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
* Fix expected curses cmake target name
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Enforce terminfo for CI
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Do not run the example app with build
Signed-off-by: Uilian Ries <uilianries@gmail.com>
* Do not run the example app with build - take 2
Signed-off-by: Uilian Ries <uilianries@gmail.com>
---------
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>1 parent a1fac4b commit b8122ad
File tree
6 files changed
+149
-0
lines changed- examples/tools
- system/package_manager
- consumer
6 files changed
+149
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments