2023-06-21 16:24:01 -04:00
|
|
|
pkg-repgen(8)
|
2023-06-18 18:25:55 -04:00
|
|
|
|
2006-07-13 04:21:42 +02:00
|
|
|
NAME
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-repgen - generate a package repository for pkg-get
|
2006-07-13 04:21:42 +02:00
|
|
|
|
|
|
|
SYNOPSIS
|
2023-09-12 20:50:26 -04:00
|
|
|
pkg-repgen [options] [directory [package1...packageN]]
|
2006-07-13 04:21:42 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-repgen generates files needed by a pkg-get(8) package
|
|
|
|
repository. It also generates a html index of the packages.
|
2006-07-13 04:21:42 +02:00
|
|
|
|
|
|
|
USAGE
|
2023-09-12 20:50:26 -04:00
|
|
|
Run pkg-repgen <dir> to generate the whole repository of packages
|
|
|
|
found in <dir>. Or to accomplish the same, cd <dir> && pkg-repgen.
|
|
|
|
Any additional arguments after <dir> will be interpreted as the
|
|
|
|
specific package names you want updated (this is especially useful
|
|
|
|
with large repositories). Even when individual packages are specified,
|
2023-06-21 16:24:01 -04:00
|
|
|
the entire directory is still processed to collect all the readmes
|
|
|
|
and {pre,post}-install scripts.
|
2006-07-13 04:21:42 +02:00
|
|
|
|
|
|
|
OPTIONS
|
2023-06-18 18:25:55 -04:00
|
|
|
--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
|
2006-07-13 04:21:42 +02:00
|
|
|
|
|
|
|
EXAMPLES
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-repgen
|
|
|
|
|
2023-09-12 20:50:26 -04:00
|
|
|
pkg-repgen /home/sip/packages
|
|
|
|
|
|
|
|
pkg-repgen . qt6-base qt6-tools
|
2006-07-13 04:21:42 +02:00
|
|
|
|
|
|
|
AUTHORS
|
2023-06-18 18:25:55 -04:00
|
|
|
Simone Rota <sip@varlock.com>, John McQuah <jmcquah@disroot.org>
|
|
|
|
index generation code adapted from Jukka Heino's portspage
|
2006-07-13 04:21:42 +02:00
|
|
|
|
|
|
|
SEE ALSO
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-get(8), prt-get(8)
|
|
|
|
|
2023-09-12 20:50:26 -04:00
|
|
|
September 12, 2023 pkg-repgen(8)
|