mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
14
packages/hg.rb
Normal file
14
packages/hg.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
require 'package'
|
||||
require_relative 'py3_mercurial'
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user