We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79e867 commit 5a6f04dCopy full SHA for 5a6f04d
snap/snapcraft.yaml
@@ -0,0 +1,27 @@
1
+name: onefetch
2
+base: core18 # the base snap is the execution environment for this snap
3
+adopt-info: onefetch
4
+summary: Neofetch for your source code
5
+description: |
6
+ Onefetch is a command-line system information tool that displays information
7
+ about your Source Code directly on your terminal..
8
+
9
+grade: stable
10
+confinement: strict
11
12
+parts:
13
+ onefetch:
14
+ plugin: rust
15
+ source: .
16
+ stage-packages:
17
+ - git
18
+ override-build: |
19
+ snapcraftctl build
20
+ snapcraftctl set-version $(git describe --tags)
21
22
+apps:
23
24
+ command: bin/onefetch
25
+ plugs:
26
+ - home
27
+ - removable-media
0 commit comments