LinuxCommandLibrary

pkgctl-repo

Manage Git packaging repositories and their configuration for Arch Linux.

TLDR

Clone a package repository (requires setting an SSH key in your Arch Linux GitLab account)

$ pkgctl repo clone [pkgname]
copy


Clone a package repository over HTTPS
$ pkgctl repo clone --protocol=https [pkgname]
copy


Create a new GitLab package repository and clone it after creation (requires valid GitLab API authentication)
$ pkgctl repo create [pkgbase]
copy


Switch a package repository to a specified version
$ pkgctl repo switch [version] [pkgbase]
copy


Open a package repository's website
$ pkgctl repo web [pkgbase]
copy

Copied to clipboard