mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Change fake packages to use properties of the dependency package(s). (#8167)
Fix linter issues Co-authored-by: chronos <noreply@github.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
require 'package'
|
||||
require_relative 'youtube_dl'
|
||||
|
||||
class Youtubedl < Package
|
||||
description 'Legacy compatibility package for youtube_dl'
|
||||
homepage 'https://youtube-dl.org/'
|
||||
@_ver = '2021.12.17'
|
||||
version @_ver
|
||||
license 'public-domain'
|
||||
compatibility 'all'
|
||||
description Youtube_dl.description.to_s
|
||||
homepage Youtube_dl.homepage.to_s
|
||||
version Youtube_dl.version.to_s
|
||||
license Youtube_dl.license.to_s
|
||||
compatibility Youtube_dl.compatibility.to_s
|
||||
|
||||
is_fake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user