Commit b5638f9e authored by Ed Reel's avatar Ed Reel

Add has package

parent 5cc5ed51
require 'package'
class Has < Package
description 'checks presence of various command line tools and their versions on the path'
homepage 'https://github.com/kdabir/has'
version '1.1.0'
source_url 'https://github.com/kdabir/has/archive/v1.1.0.tar.gz'
source_sha256 'e06d9674bc1b9281c1d4391ad4366d2ef249768e7b0ada304695bf954786e9c4'
binary_url ({
})
binary_sha256 ({
})
def self.install
system "install -Dm755 has #{CREW_DEST_PREFIX}/bin/has"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment