From 6d2a1d9947f94618a0f12505f9e1c2dbec838af5 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Fri, 1 Mar 2019 08:34:17 +0700 Subject: [PATCH] Remove snap Build system are failing for a week now. Unreliable distribution system. --- README.md | 1 - snap/snapcraft.yaml | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100644 snap/snapcraft.yaml diff --git a/README.md b/README.md index f37d616..c736694 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ _* Function eXecution_ [![Build Status](https://travis-ci.org/antonmedv/fx.svg?branch=master)](https://travis-ci.org/antonmedv/fx) [![Npm Version](https://img.shields.io/npm/v/fx.svg)](https://www.npmjs.com/package/fx) [![Brew Version](https://img.shields.io/homebrew/v/fx.svg)](https://formulae.brew.sh/formula/fx) -[![Snap Version](https://img.shields.io/badge/snap-12.0.2-blue.svg)](https://snapcraft.io/fx) Command-line JSON processing tool diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml deleted file mode 100644 index cb19ae2..0000000 --- a/snap/snapcraft.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: fx -base: core18 # the base snap is the execution environment for this snap -version: git -summary: Command-line tool and terminal JSON viewer -description: | - Command-line JSON processing tool - Features - * Formatting and highlighting - * Interactive mode - * Themes support - -architectures: - - build-on: i386 - - build-on: amd64 - - build-on: armhf - - build-on: arm64 - -grade: stable -confinement: strict - -parts: - fx: - plugin: nodejs - node-engine: "8.14.1" - source: . - -apps: - fx: - command: fx - plugs: - - network