From c7c05bba79882bcb28697ad065581c96f7a6a8d7 Mon Sep 17 00:00:00 2001 From: "stefan.haustein@gmail.com" Date: Sun, 9 Dec 2018 19:29:46 +0100 Subject: [PATCH] check in non-working snapcraft.yaml as a strating point for dev. --- snapcraft.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 0000000..a97f48b --- /dev/null +++ b/snapcraft.yaml @@ -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 + + + + + + +