mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
31 lines
611 B
YAML
31 lines
611 B
YAML
distributable:
|
|
url: https://download.gnome.org/sources/libgsf/{{version.marketing}}/libgsf-{{version}}.tar.xz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: GNOME/libgsf/tags
|
|
strip: /^LIBGSF_/
|
|
|
|
dependencies:
|
|
gnome.org/glib: '*'
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
freedesktop.org/pkg-config: '*'
|
|
script: |
|
|
./configure $ARGS
|
|
make --jobs {{ hw.concurrency }} install
|
|
env:
|
|
ARGS:
|
|
- --prefix="{{prefix}}"
|
|
- --disable-silent-rules
|
|
|
|
provides:
|
|
- bin/gsf
|
|
- bin/gsf-office-thumbnailer
|
|
- bin/gsf-vba-dump
|
|
|
|
test:
|
|
gsf --version | grep {{version}} |