-
Notifications
You must be signed in to change notification settings - Fork 126
/
snapcraft.yaml
45 lines (42 loc) · 898 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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: stable
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