mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
33 lines
No EOL
796 B
YAML
33 lines
No EOL
796 B
YAML
distributable:
|
|
url: https://download.gnome.org/sources/gobject-introspection/{{version.major}}.{{version.minor}}/gobject-introspection-{{version}}.tar.xz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
- 1.72.0
|
|
|
|
dependencies:
|
|
gnome.org/glib: 2
|
|
sourceware.org/libffi: 3
|
|
gnu.org/bison: 3 #NOTE macOS provides v2
|
|
python.org: 3
|
|
github.com/westes/flex: 2
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
mesonbuild.com: ^0.63
|
|
ninja-build.org: 1
|
|
freedesktop.org/pkg-config: ^0.29
|
|
working-directory:
|
|
build
|
|
script: |
|
|
meson .. --prefix={{prefix}} --buildtype=release
|
|
ninja -v
|
|
ninja install
|
|
env:
|
|
#FIXME for python3 distutils
|
|
CC: clang
|
|
#FIXME of fails during build for a gir-scanner step
|
|
# LD_LIBRARY_PATH: /opt/gnome.org/glib/v2.72.2/lib
|
|
|
|
test: true #FIXME |