add pages for crux package management utilities

This commit is contained in:
ix
2016-01-06 19:32:05 -05:00
parent 993f9e3955
commit bc568b98c8
6 changed files with 114 additions and 0 deletions

27
pages/linux/pkgmk.md Normal file
View File

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