Package Details: flexo-git 1.6.9.r7.gc44a7c9-1

Git Clone URL: https://aur.archlinux.org/flexo-git.git (read-only, click to copy)
Package Base: flexo-git
Description: A central pacman cache
Upstream URL: https://github.com/nroi/flexo
Keywords: cache http mirror packages pacman
Licenses: MIT
Provides: flexo
Submitter: nrio
Maintainer: nrio
Last Packager: nrio
Votes: 9
Popularity: 0.000004
First Submitted: 2020-05-10 14:46 (UTC)
Last Updated: 2024-09-09 16:45 (UTC)

Latest Comments

« First ‹ Previous 1 2

cubi commented on 2020-05-10 22:02 (UTC)

Hi, thanks for providing flexo.

I had a error running makepkg:

==> Starting build()...
error: no default toolchain configured

I solved it by adding this

prepare() {
    rustup default stable
}

to the PKGBUILD file. Maybe there is a better solution?

Best regards