pkg-get/doc/pkg-repgen.8

48 lines
1.3 KiB
Groff

.TH pkg-repgen 8 "July 13, 2006" "" ""
.SH NAME
\fBpkg\-repgen \fP- generate a package repository for pkg-get
\fB
.SH SYNOPSIS
.nf
.fam C
\fBpkg\-repgen\fP [options][package1\.\.\.packageN]
.fam T
.fi
.SH DESCRIPTION
\fBpkg\-repgen\fP generates files needed by a \fBpkg\-get\fP(8) package
repository. It also generates a html index of the packages.
.SH USAGE
Run \fBpkg\-repgen\fP 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.
.SH OPTIONS
.TP
.B
\fB\-\-header\fP=FILE
insert FILE at the beginning of the html index
.TP
.B
\fB\-\-header\fP=FILE
insert FILE at the beginning of the html index
.TP
.B
\fB\-\-title\fP=title
use the specified title for the index page
.TP
.B
\fB\-\-prtdir\fP=DIR
use alternative prtdir for prt-get commands
.SH EXAMPLES
\fBpkg\-repgen\fP
.PP
\fBpkg\-repgen\fP qt6-base qt6-tools
.SH AUTHORS
Simone Rota <sip@varlock.com>, John McQuah <jmcquah@disroot.org>
index generation code adapted from Jukka Heino's portspage
.SH SEE ALSO
\fBpkg\-get\fP(8), \fBprt\-get\fP(8)