Created
December 19, 2019 13:50
-
-
Save jkonecny12/12634446685f62ebf1ef21d2c8e5984a to your computer and use it in GitHub Desktop.
Copr builder configuration for Kakoune daily builds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is configuration file for Kakoune daily builds in COPR repository. | |
# https://copr.fedorainfracloud.org/coprs/jkonecny/kakoune/ | |
# | |
# Build is done by tool: | |
# https://github.com/vojtechtrefny/copr-builder | |
[kakoune] | |
copr_user = jkonecny | |
copr_repo = kakoune | |
package = kakoune | |
git_url = https://github.com/mawww/kakoune | |
archive_cmd = cd src/ && make compress_bin="gzip -S .gz" version=$(grep "Version:" ../contrib/kakoune.spec | tr -s ' ' | cut -f 2 -d ' ') dist | |
git_branch = master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment