mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
15 lines
306 B
Ruby
15 lines
306 B
Ruby
require 'package'
|
|
|
|
class Tepl < Package
|
|
description 'Library that eases the development of GtkSourceView-based text editors and IDEs'
|
|
homepage 'https://wiki.gnome.org/Projects/Tepl'
|
|
version '1.0'
|
|
license 'LGPL-2.1+'
|
|
compatibility 'all'
|
|
|
|
is_fake
|
|
|
|
depends_on 'tepl_5'
|
|
depends_on 'tepl_6'
|
|
end
|