Skip to content

Commit

Permalink
Add snap package build file
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka committed Feb 13, 2019
1 parent a565ae1 commit dc95d24
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: figlet
base: core18
version: git #'2.2.5+git'
summary: A program for making large letters out of ordinary text
description: |
FIGlet is a program to print text banners using large characters.
The name derives from "Frank, Ian and Glenn's letters".
grade: devel
confinement: strict

parts:
figlet:
plugin: make
source: .
make-parameters:
- prefix=
build-packages:
- gcc

apps:
figlet:
command: bin/figlet
environment:
FIGLET_FONTDIR: $SNAP/share/figlet
plugs:
- home
figlist:
command: bin/figlist
environment:
FIGLET_FONTDIR: $SNAP/share/figlet
plugs:
- home
chkfont:
command: bin/chkfont
environment:
FIGLET_FONTDIR: $SNAP/share/figlet
plugs:
- home
showfigfonts:
command: bin/showfigfonts
environment:
FIGLET_FONTDIR: $SNAP/share/figlet
plugs:
- home

0 comments on commit dc95d24

Please sign in to comment.