Skip to content

Common Flatpak modules that can be used as a git submodule

Notifications You must be signed in to change notification settings

bam80/shared-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains commonly shared modules and is intended to be used as a git submodule.

To use shared modules for packaging an application, add the submodule:

git submodule add https://github.com/flathub/shared-modules.git

Then modules from this repository can be specified in a manifest JSON file like this:

"modules": [
  "shared-modules/SDL/SDL-1.2.15.json",
  {
    "name": "foo"
  }
]

See the description in the Flathub wiki for more information.

Please do not request adding modules unless they have many users in the Flathub repository.

About

Common Flatpak modules that can be used as a git submodule

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 92.4%
  • Makefile 7.6%