Commit dc362905 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #903 from uberhacker/add-github_release-package

Add github_release package
parents d8314455 86790bc8
require 'package'
class Github_release < Package
description 'Commandline app to create and edit releases on Github (and upload artifacts)'
homepage 'https://github.com/aktau/github-release'
version '0.7.2'
source_url 'https://github.com/aktau/github-release/archive/v0.7.2.tar.gz'
source_sha256 '057d57b01cd45d0316e2d32b7593ff0f4bb493d4767b5701b21b54301d74ff48'
depends_on 'go'
def self.build
system 'make'
end
def self.install
system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin"
system "cp github-release #{CREW_DEST_DIR}/usr/local/bin"
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