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

Port to meson buildsystem #139

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

larchunix
Copy link
Contributor

While build system preference is mostly a matter of personal taste, I appreciate the speed of meson setup vs autogen.sh.

Feel free to merge this if you find it useful or ignore this if you consider it's not worth it.

Build steps become:

    > meson setup --prefix=/usr --localstatedir=/var --sysconfdir=/etc build/
    > ninja -C build/
    > ninja -C build/ install
@f2404
Copy link
Collaborator

f2404 commented Jun 12, 2018

Hi @larchunix, thanks for the PR! I'll need some spare time to get into it, though.

One question in the meantime: did you use some helper app for porting?

@larchunix
Copy link
Contributor Author

I'm not aware of any helper for this. Since package-query does not have a large code base, porting it manually has been quite simple.

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

Successfully merging this pull request may close these issues.

2 participants