check in non-working snapcraft.yaml as a strating point for dev.

pull/35/head
stefan.haustein@gmail.com 2018-12-09 19:29:46 +01:00
parent 1ce1732e68
commit c7c05bba79
1 changed files with 31 additions and 0 deletions

31
snapcraft.yaml Normal file
View File

@ -0,0 +1,31 @@
name: tiv
version: "v1.0.0"
summary: Terminal Image Viewer
description: |
NOTE: This snap file doesn't work yet. Checked in for dev purposes.
tiv is a small C++ program to display images in a (modern) terminal using RGB ANSI codes
and unicode block graphic characters.
confinement: devmode
apps:
tiv:
command: tiv
parts:
tiv:
plugin: autotools
source-type: tar
source: https://github.com/stefanhaustein/TerminalImageViewer/archive/v1.0.0.tar.gz
build-packages:
- g++
- make
- imagemagick