mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
15 lines
299 B
Ruby
15 lines
299 B
Ruby
require 'package'
|
|
Package.load_package("#{__dir__}/difftastic.rb")
|
|
|
|
class Difft < Package
|
|
description Difftastic.description
|
|
homepage Difftastic.homepage
|
|
version Difftastic.version
|
|
license Difftastic.license
|
|
compatibility Difftastic.compatibility
|
|
|
|
is_fake
|
|
|
|
depends_on 'difftastic'
|
|
end
|