1 2 3 4 5 6 7
from cerbero import recipe class Recipe(recipe.Recipe): name = 'libgcrypt' version = '1.5.0' deps = ['libgpg-error']