Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Formula for dvorak7min #18365

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Library/Formula/dvorak7min.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require 'formula'

class Dvorak7min < Formula
homepage 'http://dvorak7min.sourcearchive.com/'
url 'http://dvorak7min.sourcearchive.com/downloads/1.6.1-13.1/dvorak7min_1.6.1.orig.tar.gz'
version '1.6.1'
sha1 'e531ce2e6c64a4867f5bb7e03d64f8fbb0ce8707'

def install
system "make clean"
system "make"
system "make INSTALL=#{prefix}/bin install"
end
end