2017-04-20 21:01:34 +02:00
|
|
|
name: ripgrep # you probably want to 'snapcraft register <name>'
|
2018-02-23 13:51:39 +02:00
|
|
|
version: '0.8.1' # just for humans, typically '1.2+git' or '1.3.2'
|
2017-04-20 21:01:34 +02:00
|
|
|
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:
|
2018-07-21 19:28:27 +02:00
|
|
|
adapter: none
|
|
|
|
command: ./bin/rg
|