tldr/pages/linux/pkgmk.md

28 lines
381 B
Markdown
Raw Normal View History

# 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`
2016-01-07 22:49:26 +00:00
- 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`