diff --git a/build-aux/modules/gom.json b/build-aux/modules/gom.json new file mode 100644 index 000000000..81c82de6b --- /dev/null +++ b/build-aux/modules/gom.json @@ -0,0 +1,11 @@ +{ + "name": "gom", + "buildsystem": "meson", + "sources": [ + { + "type": "archive", + "url": "https://download.gnome.org/sources/gom/0.5/gom-0.5.3.tar.xz", + "sha256": "814fdbf0e0f352e067c6118af5f7454b41e9ef49" + } + ] +}