Files
HyprlandRPM/entrypoint.sh
Eriq Taing 4e2c5b28e1
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 41s
Add line to install build dependencies from specfile
2025-11-29 19:17:36 -05:00

10 lines
161 B
Bash
Executable File

#!/usr/bin/env bash
dnf -y install rpmdevtools
rpmdev-setuptree
dnf -y builddep $1
rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
rpmbuild --nodebuginfo --bb $1