Skip to content

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