-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

makepkg


> Create a package which can be used with `pacman`.

> Uses the `PKGBUILD` file in the current working directory by default.

More information.


Make a package:

makepkg

Make a package and install its dependencies:

makepkg --syncdeps

Make a package, install its dependencies then install it to the system:

makepkg --syncdeps --install

Make a package, but skip checking the source's hashes:

makepkg --skipchecksums

Clean up work directories after a successful build:

makepkg --clean

Verify the hashes of the sources:

makepkg --verifysource

Generate and save the source information into `.SRCINFO`:

makepkg --printsrcinfo > .SRCINFO


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:16:53 2024