Package Details: auracle-git r373.fc335fc-1

Git Clone URL: https://aur.archlinux.org/auracle-git.git (read-only, click to copy)
Package Base: auracle-git
Description: A flexible client for the AUR
Upstream URL: https://github.com/inglor/auracle
Keywords: aur
Licenses: MIT
Conflicts: auracle
Provides: auracle
Submitter: Foxboron
Maintainer: artafinde
Last Packager: artafinde
Votes: 122
Popularity: 1.58
First Submitted: 2017-07-02 16:40 (UTC)
Last Updated: 2024-03-31 21:05 (UTC)

Required by (10)

Sources (1)

Pinned Comments

artafinde commented on 2022-01-26 09:15 (UTC) (edited on 2022-01-29 10:24 (UTC) by artafinde)

If the build fails:

  • Clear your aur helper cache and SRCPKGDEST directory
  • Rebuild in clean chroot 1
  • If it still fails, use a paste bin 2 to show full build logs

There's a package build already which you can try out from my repo.

falconindy commented on 2020-05-31 15:35 (UTC)

FAQ:

  • The dependencies are correct. fmt and nlohmann_json are configured as subprojects for ease of development on my end, and it's only natural to statically link C++ projects, as ABI stability with exported C++ libraries isn't a thing (compared to C).
  • If you think pod2man is missing, it's a configuration problem on your end. pod2man is part of the perl package, but in a perl-specific PATH handled by /etc/profile.d/perlbin.sh
  • I'm only able to test auracle on i686 and x86_64, so that's what I'm willing to commit to in the PKGBUILD. If you want to build this on some other architecture, use makepkg -A. The "any" architecture is reserved for packages with architecture independent files (and compiled C++ is not).

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26

Foxboron commented on 2017-07-03 12:45 (UTC)

Orphaned the package for you falconindy

falconindy commented on 2017-07-03 12:32 (UTC)

That isn't substantially better. auracle links directly to libarchive and libcurl, so omitting them from the dependencies is disingenuous at best. It's conceivable that the pacman dep might be dropped in the future, which would then break your depends array. Ragel is also optional right now, and is really only of interest to me while I figure out how I'm going to support custom formatting. I'm happy to just maintain this package myself if you'd prefer...

Foxboron commented on 2017-07-02 20:56 (UTC)

Removed both curl and libarchive from makedepens because they are pacman deps. Fixed the arch to x86_64 and i686. Hope that works out :)

falconindy commented on 2017-07-02 20:31 (UTC)

- curl and libarchive are both depends, not makedepends. - arch is not 'any' since auracle is c++.