summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-08 08:15:45 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-08 23:24:40 -0400
commitcbfbe9312faa96d67a68fd61ec3b3fa9d3d74ad8 (patch)
treee8feea8d1f446944198581c99d0cc4d75ad16d0c
parent7ed9a31819aa4f1c1b25f1fa95bdf602232ddbb0 (diff)
snap: remove snapcraft configuration
This hasn't been updated in ages and it's not clear what purpose it's serving.
-rw-r--r--snapcraft.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
deleted file mode 100644
index 52f4c7ba..00000000
--- a/snapcraft.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: ripgrep # you probably want to 'snapcraft register <name>'
-version: '0.8.1' # just for humans, typically '1.2+git' or '1.3.2'
-summary: Fast file searcher # 79 char long summary
-description: |
- ripgrep combines the usability of The Silver Searcher with the raw speed of grep.
-grade: stable # must be 'stable' to release into candidate/stable channels
-confinement: classic # use 'strict' once you have the right plugs and slots
-parts:
- ripgrep:
- plugin: rust
- source: .
-apps:
- rg:
- adapter: none
- command: ./bin/rg