Skip to content

Instantly share code, notes, and snippets.

@axw
Created August 30, 2016 04:16
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 axw/1d4b0206e11ff46a26439244224a4cc9 to your computer and use it in GitHub Desktop.
Save axw/1d4b0206e11ff46a26439244224a4cc9 to your computer and use it in GitHub Desktop.
gcc snap
name: gcc
version: 0 # the version of the snap
summary: ...
description: ...
apps:
gcc:
command: usr/bin/gcc --sysroot=/snap/gcc/current
plugs: [home]
parts:
gcc:
plugin: nil
stage-packages: [gcc]
libgcc-5-dev:
plugin: nil
stage-packages: [libgcc-5-dev]
libc6:
plugin: nil
stage-packages: [libc6]
libc6-dev:
plugin: nil
stage-packages: [libc6-dev]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment