26 lines
538 B
YAML
26 lines
538 B
YAML
|
base: core20
|
||
|
confinement: classic
|
||
|
contact: casey@rodarmor.com
|
||
|
description: Just is a handy way to save and run project-specific commands.
|
||
|
grade: stable
|
||
|
icon: icon.png
|
||
|
issues: https://github.com/casey/just/issues
|
||
|
license: CC0-1.0
|
||
|
name: just
|
||
|
source-code: https://github.com/casey/just
|
||
|
summary: Just a command runner
|
||
|
version: '1.2.0'
|
||
|
website: https://just.systems
|
||
|
|
||
|
apps:
|
||
|
just:
|
||
|
command: bin/just
|
||
|
|
||
|
parts:
|
||
|
just:
|
||
|
plugin: rust
|
||
|
source-depth: 1
|
||
|
source-tag: '1.2.0'
|
||
|
source-type: git
|
||
|
source: https://github.com/casey/just
|