Skip to content

Commit

Permalink
Remove unmaintained snap package
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Dec 19, 2021
1 parent cfdc735 commit 7795290
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
- name: Set up Snapcraft
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
mkdir -p $HOME/.cache/snapcraft/download
mkdir -p $HOME/.cache/snapcraft/stage-packages
- name: Login Snapcraft
env:
SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
if: env.SNAPCRAFT_LOGIN != null
run: snapcraft login --with <(echo "$SNAPCRAFT_LOGIN")
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
12 changes: 0 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ brews:
description: "Disk Usage/Free Utility"
# skip_upload: true

snapcrafts:
- name: duf-utility
publish: true
summary: duf
description: |
Disk Usage/Free Utility
grade: stable
confinement: classic
license: MIT
base: core20

signs:
- artifacts: checksum

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Disk Usage/Free Utility (Linux, BSD, macOS & Windows)
- Arch Linux: `pacman -S duf`
- Nix: `nix-env -iA nixpkgs.duf`
- Void Linux: `xbps-install -S duf`
- Snap: `sudo snap install duf-utility` ([snapcraft.io](https://snapcraft.io/duf-utility))
- [Packages](https://github.com/muesli/duf/releases) in Alpine, Debian & RPM formats

#### BSD
Expand Down

0 comments on commit 7795290

Please sign in to comment.