mirror of
https://github.com/bartvdbraak/homebrew-keyweave.git
synced 2025-04-26 17:11:21 +00:00
feat: add bin install for macos x86_64
This commit is contained in:
parent
71f9a58cb4
commit
0b82f0ff5a
1 changed files with 14 additions and 0 deletions
14
Formula/keyweave.rb
Normal file
14
Formula/keyweave.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Documentation: https://docs.brew.sh/Formula-Cookbook
|
||||
# https://rubydoc.brew.sh/Formula
|
||||
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
|
||||
class Keyweave < Formula
|
||||
desc "Fetches secrets from Azure Key Vault and weaves them into a convenient .env file"
|
||||
homepage "https://github.com/bartvdbraak/keyweave"
|
||||
url "https://github.com/bartvdbraak/keyweave/releases/download/v0.2.0/keyweave-x86_64-apple-darwin.tar.xz"
|
||||
sha256 "d88f646619d69f088fb2a1c223c7b1cf6199659fd593abc475851ddee866d4e9"
|
||||
version "0.2.0"
|
||||
|
||||
def install
|
||||
bin.install "keyweave"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue