From f60202e41c9f2c0b8b9678b0f493d0ac2e9329b1 Mon Sep 17 00:00:00 2001 From: David Stotijn Date: Thu, 3 Mar 2022 10:35:25 +0100 Subject: [PATCH] Add Snapcraft and Scoop config --- .goreleaser.yml | 34 +++++++++++++++++++++++++++++++++- README.md | 2 +- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index bad4b6a..55af0b4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,6 +42,38 @@ brews: test: | system "#{bin}/hetty -v" +snapcrafts: + - publish: true + summary: An HTTP toolkit for security research. + description: | + Hetty is an HTTP toolkit for security research. It aims to become an open + source alternative to commercial software like Burp Suite Pro, with + powerful features tailored to the needs of the infosec and bug bounty + community. + grade: stable + confinement: strict + license: MIT + apps: + hetty: + plugs: ["home", "network", "network-bind", "personal-files"] + plugs: + personal-files: + read: + - $HOME/.hetty + write: + - $HOME/.hetty + +scoop: + bucket: + owner: hettysoft + name: scoop-bucket + commit_author: + name: David Stotijn + email: dstotijn@gmail.com + homepage: https://hetty.xyz + description: An HTTP toolkit for security research. + license: MIT + checksum: name_template: "checksums.txt" @@ -53,4 +85,4 @@ changelog: filters: exclude: - "^docs:" - - "^test:" + - "^test:" \ No newline at end of file diff --git a/README.md b/README.md index aa70ad7..2369453 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ sudo snap install hetty #### Windows ```sh -scoop bucket add hettysoft https://github.com/hettysoft/scoop.git +scoop bucket add hettysoft https://github.com/hettysoft/scoop-bucket.git scoop install hettysoft/hetty ```