mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
15 lines
238 B
Ruby
15 lines
238 B
Ruby
require 'package'
|
|
|
|
class Desktop_file_utilities < Package
|
|
description 'A package file for legacy compatibility'
|
|
homepage ''
|
|
version '1.0'
|
|
license 'GPL-3+'
|
|
compatibility 'all'
|
|
|
|
is_fake
|
|
|
|
depends_on 'desktop_file_utils'
|
|
|
|
end
|