diff options
Diffstat (limited to 'recipes/expat.recipe')
-rw-r--r-- | recipes/expat.recipe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/expat.recipe b/recipes/expat.recipe new file mode 100644 index 0000000..da7ede7 --- /dev/null +++ b/recipes/expat.recipe @@ -0,0 +1,6 @@ +from cerbero import recipe + + +class Recipe(recipe.Recipe): + name = 'expat' + version = '2.0.1' |