Include:Buildrepo: Difference between revisions

From Alpine Linux
m (Dubiousjim moved page Buildrepo to Include:Buildrepo)
(point to man page; don't duplicate info)
Line 3: Line 3:
{{Cmd|<nowiki>buildrepo [-a APORTSDIR] [-d REPODIR] [-hp] [-l LOGPREFIX ] [-r DEPREPO] REPOSITORY...</nowiki>}}
{{Cmd|<nowiki>buildrepo [-a APORTSDIR] [-d REPODIR] [-hp] [-l LOGPREFIX ] [-r DEPREPO] REPOSITORY...</nowiki>}}


'''buildrepo options'''
See [http://the%20man%20pagehttps://gitlab.alpinelinux.org/alpine/lua-aports/-/blob/master/buildrepo.1.scd the man page] for a complete description.
 
* '''-a'''  Set the aports base dir to APORTSDIR instead of $HOME/aports
* '''-d'''  Set destination repository base dir to REPODIR instead of $HOME/packages
* '''-h'''  Show this help and exit
* '''-l'''  Send build to logfile, prefixed by LOGPREFIX
* '''-p'''  Purge obsolete packages from REPODIR after build
* '''-r'''  Dependencies are found in DEPREPO


[[Category:Package Manager]] [[Category:Development]]
[[Category:Package Manager]] [[Category:Development]]

Revision as of 16:45, 25 February 2025

buildrepo creates a local package repository for you.

buildrepo [-a APORTSDIR] [-d REPODIR] [-hp] [-l LOGPREFIX ] [-r DEPREPO] REPOSITORY...

See the man page for a complete description.