XR packaging for Fedora Atomic
0
fork

Configure Feed

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

migrate VrcAdvert to cask

+27
+25
Casks/vrc-advert.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # SPDX-FileCopyrightText: MatrixFurry <matrix@matrixfurry.com> 3 + cask "vrc-advert" do 4 + on_linux do 5 + version "1.0.1" 6 + sha256 "996e863b6d4d725d3d18fd3a27b5ea503d55d281c2f15332c2556a1484f503fa" 7 + 8 + url "https://github.com/galister/VrcAdvert/releases/download/v#{version}/VrcAdvert" 9 + name "VrcAdvert" 10 + desc "Advertise your OSC app via OSCQuery. To be used with VRChat." 11 + homepage "https://github.com/galister/VrcAdvert" 12 + 13 + livecheck do 14 + url #{homepage} 15 + strategy :git 16 + end 17 + 18 + depends_on arch: :x86_64 19 + 20 + binary "VrcAdvert" 21 + 22 + # TODO: Look for files that should go here 23 + zap trash: "" 24 + end 25 + end
+2
Formula/vrc-advert.rb Formula/disabled/vrc-advert.rb
··· 8 8 sha256 "7f21dbd5eb5bfdc4f75cdce7138bd97f2caf46c076fe0a7e54f31049b7fb5b9f" 9 9 license "Unlicense" 10 10 11 + disable! date: "2026-03-12", because: "has been replaced by a cask", replacement_cask: "vrc-advert" 12 + 11 13 bottle do 12 14 root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/vrc-advert/1.0.1" 13 15 sha256 x86_64_linux: "acba50519e3a00553194cd2a31e09fed84db9ec50c7d1283ac65e42462a72874"