Skip to content

Instantly share code, notes, and snippets.

@erayerdin
Created March 4, 2021 22:34
Show Gist options
  • Save erayerdin/4b791f719f94ed5556f48ebef8f83f3f to your computer and use it in GitHub Desktop.
Save erayerdin/4b791f719f94ed5556f48ebef8f83f3f to your computer and use it in GitHub Desktop.
rust unofficial snapcraft.yaml
name: ruffle-unofficial # you probably want to 'snapcraft register <name>'
base: core # the base snap is the execution environment for this snap
version: '20210304nightly' # just for humans, typically '1.2+git' or '1.3.2'
summary: "A Flash emulator"
description: |
Ruffle is an Adobe Flash Player emulator.
architectures:
- run-on: [amd64]
build-on: [amd64]
grade: devel
icon: "icon.png"
license: "MIT"
title: "Ruffle (Unofficial)"
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
ruffle:
plugin: dump
source: https://github.com/ruffle-rs/ruffle/releases/download/nightly-2021-03-04/ruffle_nightly_2021_03_04_linux.tar.gz
apps:
ruffle:
command: ruffle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment