mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
15 lines
317 B
Ruby
15 lines
317 B
Ruby
require 'package'
|
|
Package.load_package("#{__dir__}/py3_mercurial.rb")
|
|
|
|
class Hg < Package
|
|
description Py3_mercurial.description
|
|
homepage Py3_mercurial.homepage
|
|
version Py3_mercurial.version
|
|
license Py3_mercurial.license
|
|
compatibility Py3_mercurial.compatibility
|
|
|
|
is_fake
|
|
|
|
depends_on 'py3_mercurial'
|
|
end
|