Skip to content

Commit

Permalink
added snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Milde committed Dec 31, 2020
1 parent 0a9b8a4 commit ca371f3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: gdu
version: git
summary: Disk usage analyzer with console interface written in Go.
description: |
Pretty fast disk usage analyzer written in Go. Inspired by ncdu, godu and df.
confinement: strict
base: core20
parts:
gdu:
plugin: go
source: .
source-type: git
build-packages:
- gcc
apps:
gdu:
command: bin/gdu

0 comments on commit ca371f3

Please sign in to comment.