summaryrefslogtreecommitdiff
path: root/recipes/libgcrypt.recipe
blob: 9178cb7745d356506560e150ef8802f5a54938eb (plain)
1
2
3
4
5
6
7
from cerbero import recipe


class Recipe(recipe.Recipe):
    name = 'libgcrypt'
    version = '1.5.0'
    deps = ['libgpg-error']