new file: projects/gnome.org/libgsf/package.yml

This commit is contained in:
andrejrabcenko 2023-05-07 01:21:02 +03:00 committed by Jacob Heider
parent f050718931
commit c2dcf4d6a3

View file

@ -0,0 +1,31 @@
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}}