XR packaging for Fedora Atomic
0
fork

Configure Feed

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

atomicxr-cli (new formula)

+18
+18
Formula/atomicxr-cli.rb
··· 1 + class AtomicxrCli < Formula 2 + desc "Utilities for XR on Fedora Atomic Desktops and Universal Blue" 3 + homepage "https://codeberg.org/shiloh/atomic-xr" 4 + url "https://codeberg.org/shiloh/atomic-xr/archive/v1.0.0.tar.gz" 5 + sha256 "33c197578aa711bc18ea88054bbb5df2dc0c17376dca00cbe134bbec81c21503" 6 + license "AGPL-3.0-only" 7 + 8 + depends_on "nushell" 9 + 10 + def install 11 + system "./install.nu", "#{prefix}" 12 + end 13 + 14 + test do 15 + # TODO: write tests 16 + system "false" 17 + end 18 + end