From b4bca2b6df9f5d4ab2639af957d60f81062f08b9 Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Tue, 5 Jan 2021 23:28:14 +0200 Subject: [PATCH] Removed yaml --- 3.0/snap/snapcraft.yaml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 3.0/snap/snapcraft.yaml diff --git a/3.0/snap/snapcraft.yaml b/3.0/snap/snapcraft.yaml deleted file mode 100644 index a82d48b..0000000 --- a/3.0/snap/snapcraft.yaml +++ /dev/null @@ -1,37 +0,0 @@ -name: shellnotes -base: core18 -version: '3.0' -summary: An easy, simple and fast way to keep notes directly via terminal. -description: | - Shellnotes is a note system for linux users, that helps you take your notes from wherever you are, - whenever you want, using your favourite text editor. -title: shellnotes (note system) -grade: stable -confinement: strict -architectures: [ all ] - -apps: - shellnotes: - command: shellnotes - -parts: - movies: - source: . - plugin: dump - stage-packages: [git] - build-packages: [g++, git, apt, wget, curl, python] - - -parts: - shellnotes: - source: . - plugin: dump - override-pull: | - snapcraftctl pull - pwd - chmod +x ./shellnotes.sh - override-build: | - gem install csv -I $SNAPCRAFT_PART_INSTALL - snapcraftctl build - -