Skip to content

Instantly share code, notes, and snippets.

@jkonecny12
Created December 19, 2019 13:50
Show Gist options
  • Save jkonecny12/12634446685f62ebf1ef21d2c8e5984a to your computer and use it in GitHub Desktop.
Save jkonecny12/12634446685f62ebf1ef21d2c8e5984a to your computer and use it in GitHub Desktop.
Copr builder configuration for Kakoune daily builds
# 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