Package Base Details: redditfs

Git Clone URL: https://aur.archlinux.org/redditfs.git (read-only, click to copy)
Submitter: Levitating
Maintainer: Levitating
Last Packager: Levitating
Votes: 0
Popularity: 0.000000
First Submitted: 2023-02-07 19:10 (UTC)
Last Updated: 2023-02-07 19:10 (UTC)

Packages (1)

Latest Comments

dreieck commented on 2024-02-25 08:35 (UTC)

You download the latest state from a git repository.

So you must:

  • Rename the package to reddit-fs-git,
  • add reddit-fs to the provies and conflicts arrays,
  • add git to the makedepends array.

Also, cargo downloads stuff during build(). Please move the download step into prepare() so that build() does not need internet connectivity.

Also, the following packages need to be added to the depends array:

  • fuse3,
  • openssl.

Also, you need to install the license (MIT is not a common Arch license).

Regards and thanks for maintaining!