Package Details: untldr 1.0.0-3

Git Clone URL: https://aur.archlinux.org/untldr.git (read-only, click to copy)
Package Base: untldr
Description: Minimalist tldr command line client
Upstream URL: https://github.com/unInstance/untldr
Keywords: cheat-sheet man tldr
Licenses: Apache
Conflicts: tldr
Submitter: uninstance
Maintainer: uninstance
Last Packager: uninstance
Votes: 0
Popularity: 0.000000
First Submitted: 2022-03-27 07:44 (UTC)
Last Updated: 2022-07-11 05:11 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

lmartinez-mirror commented on 2022-07-11 05:26 (UTC)

You actually don't need to list gcc and make as makedepends; these should already be installed with base-devel, if not with base.

m040601 commented on 2022-05-30 23:53 (UTC) (edited on 2022-05-30 23:56 (UTC) by m040601)

As also notice by the other commenter, this PKGBUILD is currently broken. It doesnt work.

yay -S untldr

:: (1/1) Parsing SRCINFO: untldr
==> ERROR: Cannot find the ccache binary required for compiler cache usage.
 -> error downloading sources: untldr
         context: exit status 15


==> ERROR: Cannot find the ccache binary required for compiler cache usage.
 -> error making: untldr

grep option PKGBUILD,

options=('ccache')

dada513 commented on 2022-04-09 05:57 (UTC)

The build fails on a clean chroot: you should add make, gcc, ccache to makedepends