Skip to content

lirios/snapcraft-parts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snapcraft Cloud Parts

Snapcraft cloud parts for snaps using the Liri Platform snap

Usage

Liri Platform

The Liri Platform cloud parts make it a lot easier to launch snap applications depending on the Liri Platform snap.

In your snapcraft.yaml, add the liri-platform-<version> part to the list of after parts. You can then use the liri-app-launch command to run your application with the Liri Platform snap.

apps:
  app:
    # ...
    command: liri-app-launch $SNAP/bin/app
parts:
  app:
    # ...
    after: [liri-platform-<version>]

Available versions:

  • liri-platform-0-9

About

📀 Snapcraft cloud parts for snaps using the Liri Platform snap

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages