mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Gnome games collection (#5353)
* Add files via upload * Update qqwing.rb * Update gnome_mines.rb * Update gnome_klotski.rb * Update clutter_gtk.rb * Update gnome_klotski.rb * Update gnome_nibbles.rb * Update libgnome_games_support.rb * Update gsound.rb * Update gnome_sudoku.rb Co-authored-by: supechicken <73414985+supechicken@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ class Gnome_nibbles < Package
|
||||
description 'snake game, up to four players'
|
||||
homepage 'https://wiki.gnome.org/Apps/Nibbles'
|
||||
compatibility 'all'
|
||||
@_app = name.tr('_', '-')
|
||||
@_app = File.basename(__FILE__, '.rb').tr('_', '-')
|
||||
@_fullver = '3.38.2'
|
||||
@_mainver = @_fullver.rpartition('.')[0]
|
||||
@_url = "https://download.gnome.org/sources/#{@_app}/#{@_mainver}/#{@_app}-#{@_fullver}"
|
||||
|
||||
Reference in New Issue
Block a user