47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
pkg-repgen(8)
|
|
|
|
NAME
|
|
pkg-repgen - generate a package repository for pkg-get
|
|
|
|
SYNOPSIS
|
|
pkg-repgen [options][package1...packageN]
|
|
|
|
DESCRIPTION
|
|
pkg-repgen generates files needed by a pkg-get(8) package
|
|
repository. It also generates a html index of the packages.
|
|
|
|
USAGE
|
|
Run pkg-repgen from the directory containing packages to
|
|
generate the whole repository. Specify a list of package names
|
|
to update only those packages (this is especially useful with
|
|
large repositories). Even when individual packages are specified,
|
|
the entire directory is still processed to collect all the readmes
|
|
and {pre,post}-install scripts.
|
|
|
|
OPTIONS
|
|
--header=FILE
|
|
insert FILE at the beginning of the html index
|
|
|
|
--header=FILE
|
|
insert FILE at the beginning of the html index
|
|
|
|
--title=title
|
|
use the specified title for the index page
|
|
|
|
--prtdir=DIR
|
|
use alternative prtdir for prt-get commands
|
|
|
|
EXAMPLES
|
|
pkg-repgen
|
|
|
|
pkg-repgen qt6-base qt6-tools
|
|
|
|
AUTHORS
|
|
Simone Rota <sip@varlock.com>, John McQuah <jmcquah@disroot.org>
|
|
index generation code adapted from Jukka Heino's portspage
|
|
|
|
SEE ALSO
|
|
pkg-get(8), prt-get(8)
|
|
|
|
July 13, 2006 pkg-repgen(8)
|