mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
parent
747c59e1a3
commit
2f83c779ec
|
@ -1,12 +1,14 @@
|
|||
distributable:
|
||||
url: https://download.gnome.org/sources/libsoup/{{version.marketing}}/libsoup-{{version}}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
url: https://download.gnome.org/sources/libsoup/cache.json
|
||||
match: /libsoup-\d+\.\d+\.\d+\.tar\.xz/
|
||||
strip:
|
||||
- /^libsoup-/
|
||||
- /\.tar\.xz/
|
||||
|
||||
dependencies:
|
||||
gnome.org/glib-networking: '*'
|
||||
gnutls.org: '*'
|
||||
|
@ -19,6 +21,7 @@ dependencies:
|
|||
gnu.org/gettext: '*'
|
||||
gnome.org/glib: '*'
|
||||
github.com/google/brotli: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
gnome.org/gobject-introspection: '*'
|
||||
|
@ -44,6 +47,11 @@ build:
|
|||
- --libdir="{{prefix}}/lib"
|
||||
- --buildtype=release
|
||||
- --wrap-mode=nofallback
|
||||
linux:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
LD: clang
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
|
|
Loading…
Reference in a new issue