pantry/projects/gnome.org/gobject-introspection/package.yml

33 lines
796 B
YAML
Raw Normal View History

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