Skip to content

Instantly share code, notes, and snippets.

@popey
Created February 6, 2019 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save popey/4c67548db500494d001e61be59100bff to your computer and use it in GitHub Desktop.
Save popey/4c67548db500494d001e61be59100bff to your computer and use it in GitHub Desktop.
GeekBench snapcraft.yaml used during Snapcraft Live stream on 6th Feb 2019
name: geekbench
base: core18 # the base snap is the execution environment for this snap
version: '4.3.3' # just for humans, typically '1.2+git' or '1.3.2'
summary: GeekBench
description: |
Geekbench 4 measures your system's power and tells you whether your computer
is ready to roar.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
geekbench:
# See 'snapcraft plugins'
plugin: dump
source: Geekbench-4.3.3-Linux/
organize:
"*": bin/
prime:
- -bin/geekbench_x86_32
apps:
geekbench:
command: bin/geekbench_x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment