mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
15 lines
268 B
Ruby
15 lines
268 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'
|
|
license 'GPL-2'
|
|
compatibility 'all'
|
|
|
|
is_fake
|
|
|
|
depends_on 'tilp2'
|
|
|
|
end
|