mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
runtime env for ncurses (TERMINFO
)
This commit is contained in:
parent
033bf2f15a
commit
ede2481150
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ build:
|
||||||
- --without-ada
|
- --without-ada
|
||||||
- --with-pkg-config-libdir=$PCDIR
|
- --with-pkg-config-libdir=$PCDIR
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
env:
|
||||||
|
TERMINFO: /usr/share/terminfo:${{prefix}}/share/terminfo
|
||||||
|
# ^^ we delegate to the system first since they may apply platform specific info
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: true #FIXME
|
script: true #FIXME
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue