Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erroneous entry for libxkbcommon #22

Open
ghost opened this issue Aug 23, 2017 · 1 comment
Open

Erroneous entry for libxkbcommon #22

ghost opened this issue Aug 23, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 23, 2017

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:

  • downcase the name of the program
  • compare it e. g. against the URL
    (the last part of the URL may have to be parsed... I wrote a ruby class for this
    but this may not be easily adaptable to shell code - the name of the ame is
    "program_information", API example would be
    ProgramInformation.return_version_of(input) but also aliases to this)
@lucasvr
Copy link
Member

lucasvr commented Oct 2, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants