-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
33 lines (30 loc) · 755 Bytes
/
snapcraft.yaml
File metadata and controls
33 lines (30 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: gpt-cli
version: git
summary: Commands with natural language. Like "show graphic card" no "lspci | grep VGA"
description: Linux terminal GPT3 integration with killer prompt that skip descriptions and human-readable comments. It shows you commands that can be executed by ENTER.
base: core20
confinement: classic
grade: devel
parts:
gpt-cli:
plugin: rust
source: .
build-packages:
- libxcb1-dev
- libxcb-render0-dev
- libxcb-shape0-dev
- libxcb-xfixes0-dev
stage-packages:
- libxau6
- libxcb-render0
- libxcb-shape0
- libxcb-xfixes0
- libxcb1
- libxdmcp6
apps:
gpt-cli:
command: bin/gpt-cli
plugs:
- network
- network-bind
- process-control