Skip to content

flathub/io.gitlab.Goodvibes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

91 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Flatpak packaging for Goodvibes

Add the Flathub repository and install the necessary SDK:

$ make setup

To build the package, run:

$ make

To force rebuild (when the manifest didn't change, but we know that the remote Git repository changed):

$ make -B

This builds both the Flatpak repo (in repo) and the bundle as <app-id>.flatpak. To install the bundle:

$ make install

Then run the application:

$ make run

If things go wrong:

$ make debug
[πŸ“¦] $ alias ls='ls --color'
[πŸ“¦] $ alias ll='ls -l'
[πŸ“¦] $ cat /etc/os-release
[πŸ“¦] $ ...

When done, don't forget to cleanup:

$ make uninstall

Releases

No releases published

Packages

No packages published