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

Publish to apt/flatpak or some other appstore #164

Open
ghost opened this issue Apr 3, 2023 · 2 comments
Open

Publish to apt/flatpak or some other appstore #164

ghost opened this issue Apr 3, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 3, 2023

Hi. Would like to use vala-lint in my project. It'd be much more comfortable to offer it from apt or flatpak than to have to download and compile it manually.

@davidmhewitt
Copy link
Collaborator

It's available as a Docker container, so you should be able to do something like the following:

docker run --rm -it -v `pwd`:`pwd` -w `pwd` valalang/lint io.elementary.vala-lint

I haven't tested that command, so it may need some tweaking, but that should run vala-lint in the current working directory.

I agree that it would be convenient to have it packaged in other ways too though.

And it's io.elementary.vala-lint because it was originally an elementary project that has since been migrated into the vala GitHub organisation, and it's not been renamed yet.

@ghost ghost changed the title Get vala-lint from apt/flatpak/some other appstore Publish to apt/flatpak or some other appstore Apr 3, 2023
@ghost
Copy link
Author

ghost commented Apr 3, 2023

I don't know the procedure for publishing to apt/flatpak, but maybe we could start by publishing the bare binaries to GitHub releases.

@davidmhewitt would you agree in implementing a Github action that builds vala-lint on every tag and pushes to Github releases?

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

No branches or pull requests

1 participant