Skip to content

Instantly share code, notes, and snippets.

@ted-gould
Created October 29, 2015 03:00
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 ted-gould/304a3a828baaaaed272f to your computer and use it in GitHub Desktop.
Save ted-gould/304a3a828baaaaed272f to your computer and use it in GitHub Desktop.
Snapcraft.yaml for GiNaC and the ginsh shell
name: ginac
vendor: Ted Gould <ted@ubuntu.com>
summary: "..."
description: "..."
version: 1.0
icon: icon.svg
parts:
ginac:
plugin: autotools
source: git://www.ginac.de/ginac.git
build-packages:
- bison
- flex
- texinfo
stage-packages:
- libcln-dev
- libgmp-dev
- libreadline6-dev
binaries:
ginsh:
exec: bin/ginsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment