mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-19 09:02:15 +02:00
snap: remove snapcraft configuration
This hasn't been updated in ages and it's not clear what purpose it's serving.
This commit is contained in:
parent
7ed9a31819
commit
cbfbe9312f
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user