gobolinux / Recipes

The GoboLinux recipes repository
109 stars 28 forks source link

Erroneous entry for libxkbcommon #22

Open ghost opened 7 years ago

ghost commented 7 years ago

I am currently working on some automatic gobo-recipe parser and I found one faulty input already:

http://recipes.gobolinux.org/r/?list=LibXKCommon&ver=0.6.1-r1&file=Recipe

Simple typo; it should be "libxkbcommon" rather than "libxkcommon" there. On a side note, perhaps a lint tool or checker could be integrated into the scripts.

In pseudocode:

lucasvr commented 7 years ago

Interesting. Have you looked into this script? https://github.com/gobolinux/DevelScripts/blob/master/bin/RecipeHealth

Perhaps we could have a RecipeTools project to host these kind of utilities? Have you published your parser somewhere yet?