mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
parent
faa75d4a68
commit
9855babea4
|
@ -46,14 +46,14 @@ provides:
|
||||||
dependencies:
|
dependencies:
|
||||||
gnome.org/glib: 2
|
gnome.org/glib: 2
|
||||||
capstone-engine.org: ^4
|
capstone-engine.org: ^4
|
||||||
pixman.org: '*'
|
pixman.org: ^0
|
||||||
gnutls.org: '*'
|
gnutls.org: ^3
|
||||||
freedesktop.org/slirp: '*'
|
freedesktop.org/slirp: ^4
|
||||||
virtualsquare.org/vde: '*'
|
virtualsquare.org/vde: ^2
|
||||||
facebook.com/zstd: '*'
|
facebook.com/zstd: ^1
|
||||||
invisible-island.net/ncurses: '*'
|
invisible-island.net/ncurses: ^6
|
||||||
libssh.org: '*'
|
libssh.org: ^0
|
||||||
libpng.org: '*'
|
libpng.org: ^1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -61,16 +61,17 @@ build:
|
||||||
github.com/westes/flex: '*'
|
github.com/westes/flex: '*'
|
||||||
python.org: '<3.10'
|
python.org: '<3.10'
|
||||||
ninja-build.org: '*'
|
ninja-build.org: '*'
|
||||||
freedesktop.org/pkg-config: '*'
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
# TODO: linux virtfs <8 requires attr and libcap-ng
|
||||||
|
- run: ARGS="$ARGS --enable-virtfs"
|
||||||
|
if: '>=8'
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
|
||||||
# Without this, `codesign` complains about resource forks in the binary
|
# Without this, `codesign` complains about resource forks in the binary
|
||||||
- if: darwin
|
- if: darwin
|
||||||
run:
|
run:
|
||||||
- xattr -cr {{prefix}}/bin/*
|
- xattr -cr {{prefix}}/bin/*
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix="{{prefix}}"
|
- --prefix="{{prefix}}"
|
||||||
|
@ -81,11 +82,13 @@ build:
|
||||||
- --enable-curses
|
- --enable-curses
|
||||||
- --enable-libssh
|
- --enable-libssh
|
||||||
- --enable-vde
|
- --enable-vde
|
||||||
- --enable-virtfs
|
|
||||||
- --enable-zstd
|
- --enable-zstd
|
||||||
- --extra-cflags=-DNCURSES_WIDECHAR=1
|
- --extra-cflags=-DNCURSES_WIDECHAR=1
|
||||||
- --disable-sdl
|
- --disable-sdl
|
||||||
- --disable-docs
|
- --disable-docs
|
||||||
|
darwin:
|
||||||
|
ARGS:
|
||||||
|
- --enable-virtfs
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue