sudo zypper --non-interactive in wget tar wget "https://github.com/golf-lang/golf/archive/refs/heads/main.tar.gz" -O main.tar.gz tar xvfz main.tar.gz cd golf-mainCopied!
sudo zypper --non-interactive in --replacefiles --force-resolution rpm-build sudo zypper -n install $(rpmspec --parse golf.spec | grep BuildRequires|sed 's/^.*:\(.*\)$/\1/g')Copied!
make clean make sudo make installCopied!