Commit eade9c00 authored by Gangstead's avatar Gangstead Committed by GitHub

Merge pull request #1579 from uberhacker/add-has-package

Add has package
parents c5fccbd9 b5638f9e
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