Skip to content

Commit

Permalink
remove snap support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed Dec 28, 2022
1 parent 6d735c0 commit b3a0bfc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Release Prep
run: |
git checkout -- go.mod go.sum
Expand Down
15 changes: 0 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ release:
owner: atomicptr
name: crab
draft: false
## Snap
snapcrafts:
- name: crab
publish: true
summary: A versatile tool to crawl dozens of URLs from a given source.
description: |
A versatile tool to crawl dozens of URLs from a given source, like a sitemap or an URL list.
grade: stable
confinement: strict
license: MIT
base: core18
apps:
crab:
command: crab
plugs: ["network"]
## Homebrew
brews:
- name: crab
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ $ docker run --rm atomicptr/crab --help
$ docker run --rm atomicptr/crab crawl:sitemap https://domain.com/sitemap.xml
```

### Snap

```bash
$ snap install crab
```

[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/crab)

### Homebrew

```bash
Expand Down

0 comments on commit b3a0bfc

Please sign in to comment.