Skip to content

Commit

Permalink
Add a devel build flags and order it alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
Girtablulu committed Jan 1, 2021
1 parent 0655ab2 commit 0e534b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ detect:

rules:
# Keys
- identifier: "\\b^(name|version|release|source|homepage|license|component|summary|description|setup|build|install|check|profile|builddeps|rundeps|patterns|replaces|environment)\\b"
- identifier: "\\b^(build|builddeps|check|component|description|environment|homepage|install|license|name|patterns|profile|release|replaces|rundeps|setup|source|summary|version)\\b"

# build flags
- identifier.options: "^(clang|extract|autodep|emul32|libsplit|optimize|networking|ccache)"
- identifier.options: "^(autodep|ccache|clang|devel|emul32|extract|libsplit|networking|optimize)"

# package source
- identifier.source:
Expand Down

0 comments on commit 0e534b0

Please sign in to comment.