Skip to content

achrinza/org.freedesktop.Sdk.Extension.babashka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babashka Flatpak

Setup

Prerequisites

To build and install it:

# Remove all `--user` to install system-wide

$ flatpak --user install org.flatpak.Builder
$ flatpak --user run org.flatpak.Builder \
    --force-clean \
    --user \ # Remove this line to install system-wide
    --install \
    --ccache \
    builddir \
    org.freedesktop.Sdk.Extension.babashka.yaml

Building with the --sandbox flag is not supported.

License

FSFAP