Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domt4/homebrew-gpg
Experimental External Homebrew Command for GPG Verification
https://github.com/domt4/homebrew-gpg
Last synced: 10 days ago
JSON representation
Experimental External Homebrew Command for GPG Verification
- Host: GitHub
- URL: https://github.com/domt4/homebrew-gpg
- Owner: DomT4
- License: bsd-2-clause
- Created: 2017-09-04T02:34:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T02:12:33.000Z (almost 7 years ago)
- Last Synced: 2024-10-25T06:30:08.277Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Experimental External Homebrew Command for GPG Verification
```bash
brew tap domt4/homebrew-gpg
```And then updates will be picked up in the normal way:
```bash
brew update
```If the _"experimental"_ label isn't indicative enough of this, __please__ do not treat this command like it is providing you any additional security.
This originated with a project last year that was never quite pushed through to completion for a variety of reasons, but my intention wasn't to abandon the idea & the desire remains to see it become something that ships _with_ Homebrew.
Usage is pretty basic.
```bash
brew fetch-gpg
```
such as:```bash
brew fetch-gpg curl https://curl.haxx.se/download/curl-7.55.1.tar.bz2.asc
```