mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
runtime env for ncurses (TERMINFO
)
This commit is contained in:
parent
033bf2f15a
commit
ede2481150
|
@ -28,6 +28,11 @@ build:
|
|||
- --without-ada
|
||||
- --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:
|
||||
script: true #FIXME
|
||||
|
||||
|
|
Loading…
Reference in a new issue