aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/binary.rb
blob: ccaebe0c84c260390a6085657301d0e3e27f1b5e (plain)
1
2
3
4
5
6
7
require "hbc/artifact/symlinked"

class Hbc::Artifact::Binary < Hbc::Artifact::Symlinked
  def install_phase
    super unless Hbc.no_binaries
  end
end