XR packaging for Fedora Atomic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable lovr-playspace on macOS

+17 -15
+17 -15
Casks/lovr-playspace.rb
··· 1 1 # SPDX-License-Identifier: AGPL-3.0-only 2 2 # SPDX-FileCopyrightText: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o> 3 3 cask "lovr-playspace" do 4 - version "0.2.1" 5 - sha256 "996e863b6d4d725d3d18fd3a27b5ea503d55d281c2f15332c2556a1484f503fa" 4 + on_linux do 5 + version "0.2.1" 6 + sha256 "996e863b6d4d725d3d18fd3a27b5ea503d55d281c2f15332c2556a1484f503fa" 6 7 7 - url "https://github.com/SpookySkeletons/lovr-playspace/releases/download/#{version}/LOVR_Playspace-x86_64.AppImage" 8 - name "LÖVR Playspace" 9 - desc "Room boundary overlay for OpenXR" 10 - homepage "https://github.com/SpookySkeletons/lovr-playspace" 8 + url "https://github.com/SpookySkeletons/lovr-playspace/releases/download/#{version}/LOVR_Playspace-x86_64.AppImage" 9 + name "LÖVR Playspace" 10 + desc "Room boundary overlay for OpenXR" 11 + homepage "https://github.com/SpookySkeletons/lovr-playspace" 11 12 12 - livecheck do 13 - url #{homepage} 14 - strategy :git 15 - end 13 + livecheck do 14 + url #{homepage} 15 + strategy :git 16 + end 16 17 17 - depends_on arch: :x86_64 18 + depends_on arch: :x86_64 18 19 19 - # TODO: Switch to appimage when https://github.com/Homebrew/brew/pull/20334 is merged? 20 - binary "LOVR_Playspace-x86_64.AppImage", target: "lovr-playspace" 20 + # TODO: Switch to appimage when https://github.com/Homebrew/brew/pull/20334 is merged? 21 + binary "LOVR_Playspace-x86_64.AppImage", target: "lovr-playspace" 21 22 22 - # TODO: Look for files that should go here 23 - zap trash: "" 23 + # TODO: Look for files that should go here 24 + zap trash: "" 25 + end 24 26 end