# Apply the COPR configuration
apply-copr:
  coprctl apply -f ./package.yml

# Build the COPR package
build-copr:
  copr build-package jfhbrook/joshiverse --name rust-omsxctl

