mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Updated tilp package and split dependencies. * Made tilp2.rb a little more eye-friendly. * Uses self.patch section in tilp2 Removes unneeded make install line in tilp2 Changes description on libticalcs2
13 lines
228 B
Ruby
13 lines
228 B
Ruby
require 'package'
|
|
|
|
class Tilp < Package
|
|
description 'TiLP is a linking program for Texas Instruments\' graphing calculators.'
|
|
homepage 'http://lpg.ticalc.org/prj_tilp/'
|
|
version '1.18'
|
|
|
|
is_fake
|
|
|
|
depends_on 'tilp2'
|
|
|
|
end
|