checkinstall: add page (#6916)

beep
Steve Robillard 2021-10-10 11:31:12 -04:00 committed by GitHub
parent e717d057ab
commit db163c6b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# checkinstall
> Track the local installation of a software package, and produce a binary package which can be used with a system's native package manager.
> More information: <http://checkinstall.izto.org>.
- Create and install a package with default settings:
`sudo checkinstall --default`
- Create a package but don't install it:
`sudo checkinstall --install={{no}}`
- Create a package without documentation:
`sudo checkinstall --nodoc`
- Create a package and set the name:
`sudo checkinstall --pkgname {{package}}`
- Create a package and specify where to save it:
`sudo checkinstall --pakdir {{path/to/directory}}`