32 lines
618 B
Plaintext
32 lines
618 B
Plaintext
|
aptpkg(1)
|
||
|
|
||
|
# NAME
|
||
|
|
||
|
aptpkg - easily create/ get debian packages
|
||
|
|
||
|
# SYNOPSIS
|
||
|
|
||
|
*aptpkg* _path_
|
||
|
|
||
|
*aptpkg* --auto [git commit hash]
|
||
|
|
||
|
*aptpkg* --help
|
||
|
|
||
|
# DESCRIPTION
|
||
|
|
||
|
aptpkg can be used to easily create/ get debian packages, and can be used with
|
||
|
a tool such as *reprepro*(1).
|
||
|
|
||
|
Provide aptpkg with a path to a folder containing an *aptpkg*(5) build file.
|
||
|
The --auto option can also be used to build modified packages based on a git
|
||
|
commit hash, using _HEAD_ if one is not provided.
|
||
|
|
||
|
# SEE ALSO
|
||
|
|
||
|
*aptpkg*(5)
|
||
|
|
||
|
# AUTHORS
|
||
|
|
||
|
Sources, maintainers list, and how to submit bugs/ patches can be done at
|
||
|
https://sr.ht/~earnestma/aptpkg.
|