mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
14 lines
244 B
Ruby
14 lines
244 B
Ruby
require 'package'
|
|
|
|
class Libxml2_python < Package
|
|
description 'Dummy package for py3_libxml2'
|
|
homepage 'https://gitlab.gnome.org/GNOME/libxml2/'
|
|
version '1'
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
|
|
is_fake
|
|
|
|
depends_on 'py3_libxml2'
|
|
end
|