Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 41s
10 lines
161 B
Bash
Executable File
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
|