Skip to content

Commit

Permalink
Add snapcraft.yml
Browse files Browse the repository at this point in the history
Adds a snapcraft config file.

Special thanks to Carlos Gomes Martinho
  • Loading branch information
JPEWdev committed Feb 10, 2019
1 parent b2eabed commit cd6f260
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Commandline Monitor for [Icecream](https://github.com/icecc/icecream).
[![Build Status](https://travis-ci.org/JPEWdev/icecream-sundae.svg?branch=master)](https://travis-ci.org/JPEWdev/icecream-sundae)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9e75106b1701452488d361efe2d1ad88)](https://www.codacy.com/app/JPEWdev/icecream-sundae?utm_source=github.com&utm_medium=referral&utm_content=JPEWdev/icecream-sundae&utm_campaign=Badge_Grade)
[![Coverage Status](https://coveralls.io/repos/github/JPEWdev/icecream-sundae/badge.svg?branch=master)](https://coveralls.io/github/JPEWdev/icecream-sundae?branch=master)
[![Snap Status](https://build.snapcraft.io/badge/JPEWdev/icecream-sundae.svg)](https://build.snapcraft.io/user/JPEWdev/icecream-sundae)

![Icecream Sundae Demo](/images/demo.gif)

Expand Down
34 changes: 34 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: icecream-sundae
version: '1.0.0'
summary: icecream-sundae
description: |
icecream-sundae
base: core18
grade: stable
confinement: strict

apps:
icecream-sundae:
command: usr/local/bin/icecream-sundae
plugs:
- network

parts:
icecream-sundae:
source: https://github.com/JPEWdev/icecream-sundae.git
plugin: meson
build-packages:
- g++
- libcap-ng-dev
- libglib2.0-dev
- libicecc-dev
- liblzo2-dev
- libncursesw5-dev
- meson
- ninja-build





0 comments on commit cd6f260

Please sign in to comment.