Skip to content
Snippets Groups Projects
Commit 01b9899a authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by Patrycja Rosa
Browse files

CODINGSTYLE.md: update for maintainer= variable

parent bacc9f3b
No related branches found
No related tags found
No related merge requests found
......@@ -142,12 +142,7 @@ APKBUILDs.
### Maintainer Comment
* All APKBUILDs contain exactly one maintainer comment containing a
valid RFC 5322 address. For example, `# Maintainer: Max Mustermann
<max@example.org>`.
* The Maintainer comment should immediately follow the Contributor comment(s).
* In the case of package being abandoned, the comment should still be present,
but left empty: `# Maintainer:`.
* Deprecated, see *Maintainer Variable* below.
## Metadata Variables
......@@ -158,6 +153,15 @@ Metadata Variables are variables used directly by abuild itself, e.g. `pkgname`
* `pkgname` must only contain lowercase characters.
* `pkgname` must match the name of the directory the `APKBUILD` file is located in.
### Maintainer Variable
* All APKBUILDs should contain exactly one variable named `maintainer`,
containing a valid RFC 5322 address. For example,
`maintainer="Max Mustermann <max@example.org>"`.
* `maintainer` should immediately follow the Contributor comment(s), above `pkgname`.
* In the case of package being abandoned, the variable should still be present,
but left empty: `maintainer=""`.
### Variable Assignments
* Empty Metadata Variable assignments, e.g. `install=""` must be removed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment