chore(docs): Update man pages

* Document $customcontrol
* Ability to skip checksum verification
main
earnest ma 2021-10-08 12:39:56 -04:00
parent dc4d6244ae
commit 161b78fd26
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 5 additions and 2 deletions

View File

@ -28,14 +28,17 @@ More maintainers can be listed after.
- type=file: Download file(s), check, and execute the _steps_ function - type=file: Download file(s), check, and execute the _steps_ function
- url: Homepage of upstream - url: Homepage of upstream
- description: Description similar to what upstream says - description: Description similar to what upstream says
- customcontrol: This is optional and only if extra information needs to be
added to the control file
## SOURCE ## SOURCE
Provide a URL pointing to the file to download Provide URL(s) pointing to the file(s) to download
## SHA512SUMS ## SHA512SUMS
The output of `sha512sum filename` that will be used to verify The output of `sha512sum filename` that will be used to verify. Write SKIP if
you do not want any verification done.
## STEPS ## STEPS