Skip to content

Instantly share code, notes, and snippets.

@jkonecny12
Created April 24, 2019 14:31
Show Gist options
  • Save jkonecny12/9a1f8c2f6c627f62611f056e5c1ea6df to your computer and use it in GitHub Desktop.
Save jkonecny12/9a1f8c2f6c627f62611f056e5c1ea6df to your computer and use it in GitHub Desktop.
kakoune daily builds copr builder configuration file: see https://github.com/vojtechtrefny/copr-builder
[kakoune]
copr_user = jkonecny
copr_repo = kakoune
package = kakoune
git_url = https://github.com/mawww/kakoune
#archive_cmd = git archive HEAD --prefix=kakoune/ -o kakoune.tar.gz
archive_cmd = cd src/ && make 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