Skip to content

Instantly share code, notes, and snippets.

@brucespang
Created November 22, 2011 13:38
Show Gist options
  • Save brucespang/1385677 to your computer and use it in GitHub Desktop.
Save brucespang/1385677 to your computer and use it in GitHub Desktop.
Alure Formula
require 'formula'
class Alure < Formula
url 'http://kcat.strangesoft.net/alure-releases/alure-1.2.tar.bz2'
homepage 'http://kcat.strangesoft.net/alure.html'
md5 '3088aba074ad02d95ea51e705053b9f5'
depends_on 'cmake'
def install
system "cmake . #{std_cmake_parameters}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment