Formatted pkg-related pages.

This commit is contained in:
Ruben Vereecken
2016-01-21 13:44:43 +01:00
parent 74476c3800
commit cc4a1447e3
6 changed files with 29 additions and 29 deletions

View File

@@ -1,27 +1,27 @@
# pkgmk
> Make a binary package for use with pkgadd on CRUX
> Make a binary package for use with pkgadd on CRUX.
- make and download a package
- Make and download a package:
`pkgmk -d`
- install the package after making it
- Install the package after making it:
`pkgmk -d -i`
- upgrade the package after making it
- Upgrade the package after making it:
`pkgmk -d -u`
- ignore the footprint when making a package
- Ignore the footprint when making a package:
`pkgmk -d -if`
- ignore the MD5 sum when making a package
- Ignore the MD5 sum when making a package:
`pkgmk -d -im`
- update the package's footprint
- Update the package's footprint:
`pkgmk -uf`