diff options
Diffstat (limited to 'recipes/glib-networking.recipe')
-rw-r--r-- | recipes/glib-networking.recipe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe new file mode 100644 index 0000000..7ce5090 --- /dev/null +++ b/recipes/glib-networking.recipe @@ -0,0 +1,7 @@ +from cerbero import recipe + + +class Recipe(recipe.Recipe): + name = 'glib-networking' + version = '2.30.2' + deps = ['glib', 'gnutls'] |