Skip to content

Commit

Permalink
New formula: argyll-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Sep 4, 2012
1 parent 6ec0ab7 commit 5ed7b00
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -30,3 +30,14 @@ Raw photo processing software using GTK+. I haven't had much chance to
try this yet, but was inspired to give it a go based on
[Lewis Collard's review](http://lewiscollard.com/tmp/darktable-linux-review/).
Seems to work okay but haven't tested everything yet.

Argyll CMS
----------

[Argyll](http://www.argyllcms.com/) is a colour calibration system which
allows calibration of monitors, capture equipment (such as scanners,
cameras, etc.) and printers. It can create ICC profiles for calibrated
devices.

This formula is just an installer for the binaries from the Argyll site
as a convenience, and has been minimally tested so far.
13 changes: 13 additions & 0 deletions argyll-cms.rb
@@ -0,0 +1,13 @@
require 'formula'

class ArgyllCms < Formula
homepage 'http://www.argyllcms.com/'
url 'http://www.argyllcms.com/Argyll_V1.4.0_osx10.4_i86_bin.tgz'
sha1 '6cd8e44678b8983bb31ae3bbe9fdce42f35d5108'
version '1.4.0'

def install
rm "bin/License.txt" # no, we don't want this in bin/
prefix.install Dir['*']
end
end

0 comments on commit 5ed7b00

Please sign in to comment.