From 79211ba2556ce969ea3e7e468d743065b531b52b Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 7 Sep 2021 16:22:09 +0300 Subject: [PATCH] =?UTF-8?q?HomebrewFormula:=20drop=20formula,=20now=20in?= =?UTF-8?q?=20Homebrew=E2=80=99s=20repository=20(#318)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * HomebrewFormula: drop formula, now in Homebrew’s repository * doc: update brew install, tap not required --- HomebrewFormula/age.rb | 23 ----------------------- README.md | 1 - 2 files changed, 24 deletions(-) delete mode 100644 HomebrewFormula/age.rb diff --git a/HomebrewFormula/age.rb b/HomebrewFormula/age.rb deleted file mode 100644 index 3c73f85..0000000 --- a/HomebrewFormula/age.rb +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2019 Google LLC -# -# Use of this source code is governed by a BSD-style -# license that can be found in the LICENSE file or at -# https://developers.google.com/open-source/licenses/bsd - -class Age < Formula - desc "Simple, modern, secure file encryption" - homepage "https://filippo.io/age" - url "https://github.com/FiloSottile/age/archive/v1.0.0-rc.3.zip" - sha256 "0e7d94f17e610d5ad9ce8e88e3c157b073dcc41984b1d07793aef44b9e3b67d8" - head "https://github.com/FiloSottile/age.git" - - depends_on "go" => :build - - def install - mkdir bin - system "go", "build", "-trimpath", "-o", bin, "-ldflags", "-X main.Version=v#{version}", "filippo.io/age/cmd/..." - prefix.install_metafiles - man1.install "doc/age.1" - man1.install "doc/age-keygen.1" - end -end diff --git a/README.md b/README.md index 386557d..1e4177b 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,6 @@ Keep in mind that people might not protect SSH keys long-term, since they are re Homebrew (macOS or Linux) - brew tap filippo.io/age https://filippo.io/age
brew install age