Skip to content

Commit

Permalink
HomebrewFormula: drop man pages that are not yet in the release
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed May 25, 2021
1 parent c9aca16 commit 0b895a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HomebrewFormula/age.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ class Age < Formula
homepage "https://filippo.io/age"
url "https://github.com/FiloSottile/age/archive/v1.0.0-rc.1.zip"
sha256 "b9269bc3533fefb1dbbc90cb3683be4d4fa3ea41c1a8e7a3265415b2de26f007"
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

0 comments on commit 0b895a9

Please sign in to comment.