mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
new file: projects/gnome.org/libgsf/package.yml
This commit is contained in:
parent
f050718931
commit
c2dcf4d6a3
1 changed files with 31 additions and 0 deletions
31
projects/gnome.org/libgsf/package.yml
Normal file
31
projects/gnome.org/libgsf/package.yml
Normal 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}}
|
Loading…
Reference in a new issue