Skip to content

Intent to package post

林博仁(Buo-ren Lin) edited this page Mar 4, 2019 · 1 revision

Intent to package: Snaps are universal Linux packages

Dear maintainer(s),

Snaps are universal Linux packages that can be installed and run on many GNU+Linux distributions with ease. I've been following the Snapcrafters instructions and have built a working snap on the Snap Store, you may try it by running the following commands after installing snapd:

# Install the snap #
sudo snap install mari0-ce

# Connect the snap to optional security confinement interfaces #
## For allowing the game to use joystick ##
sudo snap connect mari0-ce:joystick

# Launch the application #
mari0-ce

I'm also looking forward to working with you to make the packaging work upstream (if you're interested). You may want to check out the current packaging recipe, the documentation, registering a developer account on the Snap Store, and get in touch with us to transfer the work under your control.

Thanks for your time and attention.

Clone this wiki locally