Skip to content

A bunch of modules which might be useful when creating flatpak packages.

License

Notifications You must be signed in to change notification settings

casept/flatpak-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bunch of modules for inclusion in flatpak build recipes

Note

This repo is only compatible with flatpak-builder 0.9.3 and later due to some backwards-incompatible changes.

How to use

Just add this repo as a submodule:

git submodule add https://github.com/casept/flatpak-modules.git modules     
git submodule init         
git submodule update        

And add whichever module you need to your main .json under the modules key, for example:

"modules": [
  "modules/ffmpeg-3.2.4.json",    
  your-own-stuff-here

will add FFMPEG as a module.

About

A bunch of modules which might be useful when creating flatpak packages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published