Skip to content

Instantly share code, notes, and snippets.

@lool
Created March 31, 2017 12:09
Show Gist options
  • Save lool/415680e9b245869f26d7029add3d2549 to your computer and use it in GitHub Desktop.
Save lool/415680e9b245869f26d7029add3d2549 to your computer and use it in GitHub Desktop.
Initial LimeSuite snap
name: limesuite-lool
version: 16.8.23.0
summary: LimeSuite apps
description: LimeSuite command line utility and Graphical eval app.
confinement: strict
apps:
LimeUtil:
command: LimeUtil
plugs: [network, home]
LimeSuiteGUI:
command: desktop-launch LimeSuiteGUI
plugs: [network, home, x11, opengl]
parts:
limesuite:
plugin: cmake
source: https://github.com/myriadrf/LimeSuite.git
after: [desktop-gtk3]
configflags:
- -DENABLE_SOAPY_LMS7=OFF
build-packages:
- libsqlite3-dev
- libi2c-dev
- libusb-1.0-0-dev
- libwxgtk3.0-dev
- freeglut3-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment