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 ' -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