XR packaging for Fedora Atomic
0
fork

Configure Feed

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

migrate oscavmgr to cask

+28
+26
Casks/oscavmgr.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # SPDX-FileCopyrightText: MatrixFurry <matrix@matrixfurry.com> 3 + cask "oscavmgr" do 4 + on_linux do 5 + version "25.2" 6 + sha256 "731f32efef875235f70d61b2e504324127ecc34801bc88dcfe7915182e5b959f" 7 + 8 + url "https://github.com/galister/oscavmgr/releases/download/v#{version}/oscavmgr" 9 + name "OSC Avatar Manager" 10 + desc "OSC face tracking relay (VRCFT replacement), among other things" 11 + homepage "https://github.com/galister/oscavmgr" 12 + 13 + livecheck do 14 + url #{homepage} 15 + strategy :git 16 + end 17 + 18 + depends_on arch: :x86_64 19 + depends_on cask: "vrc-advert" 20 + 21 + binary "oscavmgr" 22 + 23 + # TODO: Look for files that should go here 24 + zap trash: "" 25 + end 26 + end
+2
Formula/oscavmgr.rb Formula/disabled/oscavmgr.rb
··· 8 8 sha256 "497c7cc432bf7f79ff131b6c70cb968cc2a3f44cafac92e93c824c8cd6d03087" 9 9 license "MIT" 10 10 11 + disable! date: "2026-03-12", because: "has been replaced by a cask", replacement_cask: "oscavmgr" 12 + 11 13 bottle do 12 14 root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/oscavmgr/25.2" 13 15 sha256 x86_64_linux: "47555c09a91577375c230c3c18e0bd36783cb32969b8d819ea13de73edfb0797"