forked from canonical/chisel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00f796f
commit 75da103
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |