pkg-get/doc/pkg-repgen.8

48 lines
1.3 KiB
Groff
Raw Normal View History

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