Skip to content

Commit

Permalink
feat: add branch to context, set version to include branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Jan 25, 2024
1 parent 0f63b7a commit 1ed5e3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom-recipes/recipes/damnit/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
context:
name: damnit
version: '0.1'
branch: 'master'

package:
name: '{{ name|lower }}'
version: '{{ version }}'
version: '{{ version }}+{{ branch }}'

source:
git_url: https://github.com/European-XFEL/damnit
git_branch: '{{ branch }}'
patches:
- qscintilla-version.patch

Expand Down

0 comments on commit 1ed5e3a

Please sign in to comment.