XR packaging for Fedora Atomic
0
fork

Configure Feed

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

migrate motoc to cask and update to 0.3.6

+27
+25
Casks/motoc.rb
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # SPDX-FileCopyrightText: MatrixFurry <matrix@matrixfurry.com> 3 + cask "motoc" do 4 + on_linux do 5 + version "0.3.6" 6 + sha256 "1fb79f50e4912d2ade2da6f88332e1008782f28cc0d34d7e5d0518bae3f80e37" 7 + 8 + url "https://github.com/galister/motoc/releases/download/v#{version}/motoc" 9 + name "Monado Tracking Origin Calibrator" 10 + desc "Allows users to calibrate devices of different tracking origins (tracking technologies) to work together." 11 + homepage "https://github.com/galister/motoc" 12 + 13 + livecheck do 14 + url #{homepage} 15 + strategy :git 16 + end 17 + 18 + depends_on arch: :x86_64 19 + 20 + binary "motoc" 21 + 22 + # TODO: Look for files that should go here 23 + zap trash: "" 24 + end 25 + end
+2
Formula/motoc.rb Formula/disabled/motoc.rb
··· 8 8 sha256 "4b3021fa6f8ffefd48ad2c9b7adb5189606f7aa57a5b0c5b9007163092479f05" 9 9 license "GPL-3.0-only" 10 10 11 + disable! date: "2026-03-12", because: "has been replaced by a cask", replacement_cask: "motoc" 12 + 11 13 bottle do 12 14 root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/motoc/0.3.5" 13 15 sha256 x86_64_linux: "acbb3a17b64242ff1f16f4026999a285475a491e11de62541d798454db79db2d"