Skip to content

Instantly share code, notes, and snippets.

@azurewraith
azurewraith / avarice.rb
Last active January 13, 2016 16:53 — forked from mheuser/avarice.rb
homebrew avrdude formular with head
require 'formula'
class Avarice < Formula
homepage 'http://sourceforge.net/projects/avarice/'
url 'http://downloads.sourceforge.net/project/avarice/avarice/avarice-2.13/avarice-2.13.tar.bz2'
sha1 'b0bc56d587600651c0e61be676177b2eebfad3ae'
head 'http://svn.code.sf.net/p/avarice/code/trunk/avarice'
depends_on 'libusb-compat'
require 'rubygems'
require 'httpi'
require 'curb'
require 'pp'
require 'json'
################################
# kinit user@REALM
# kinit -k -t /ticket/path
################################