summaryrefslogtreecommitdiff
path: root/homebrew/libsoup/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libsoup/.beer')
-rw-r--r--homebrew/libsoup/.beer52
1 files changed, 52 insertions, 0 deletions
diff --git a/homebrew/libsoup/.beer b/homebrew/libsoup/.beer
new file mode 100644
index 000000000..17af33c5e
--- /dev/null
+++ b/homebrew/libsoup/.beer
@@ -0,0 +1,52 @@
+{
+ "name": "Libsoup",
+ "description": "HTTP client/server library for GNOME",
+ "url": "https://download.gnome.org/sources/libsoup/2.66/libsoup-2.66.1.tar.xz",
+ "mirror": null,
+ "homepage": "https://wiki.gnome.org/Projects/libsoup",
+ "depends": [
+ {
+ "depend": "gobject-introspection",
+ "build-depend": true
+ },
+ {
+ "depend": "meson",
+ "build-depend": true
+ },
+ {
+ "depend": "ninja",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "glib-networking",
+ "build-depend": false
+ },
+ {
+ "depend": "gnutls",
+ "build-depend": false
+ },
+ {
+ "depend": "libpsl",
+ "build-depend": false
+ },
+ {
+ "depend": "vala",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "mkdir \"build\" do",
+ "system \"meson\", \"--prefix=#{prefix}\", \"..\"",
+ "system \"ninja\", \"-v\"",
+ "system \"ninja\", \"install\", \"-v\""
+ ],
+ "version": "2.66.1",
+ "file": "libsoup.rb"
+} \ No newline at end of file