Skip to content

Commit

Permalink
snap: create chisel snap
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Aug 3, 2023
1 parent 00f796f commit 75da103
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: chisel
base: core22
version: '1.0.0'
license: AGPL-3.0
summary: Chisel is a software tool for carving and cutting Debian packages!
description: |
Chisel can slice a Linux distribution using a release database
and construct a new filesystem using the finely defined parts.
Usage: chisel <command> [<options>...]
Commands can be classified as follows:
Basic: help, version
Action: cut
For more information about a command, run 'chisel help <command>'.
For a short summary of all commands, run 'chisel help --all'.
issues: https://github.com/canonical/chisel/issues
source-code: https://github.com/canonical/chisel

grade: stable
confinement: strict

parts:
chisel:
plugin: go
source: .

apps:
chisel:
command: bin/chisel
plugs:
- network
- home

0 comments on commit 75da103

Please sign in to comment.