add missing Copr Makefile
This commit is contained in:
parent
ea9dc41a5d
commit
37864994f9
1 changed files with 10 additions and 0 deletions
10
.copr/Makefile
Normal file
10
.copr/Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
outdir ::= results_forge-srpm-macros
|
||||
|
||||
srpm:
|
||||
command -v pipx || $(sudo) dnf install -y pipx
|
||||
command -v git || $(sudo) dnf install -y git-core
|
||||
pipx run nox -e srpm -- -o $(outdir)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue