Package Details: cbqn-git r1761.fef8cfa-2

Git Clone URL: https://aur.archlinux.org/cbqn-git.git (read-only, click to copy)
Package Base: cbqn-git
Description: A BQN implementation in C.
Upstream URL: https://github.com/dzaima/CBQN
Licenses: GPL3, MIT, Apache, boost
Conflicts: cbqn
Provides: cbqn
Submitter: firegem
Maintainer: None
Last Packager: firegem
Votes: 1
Popularity: 0.005251
First Submitted: 2021-11-20 01:51 (UTC)
Last Updated: 2023-01-15 19:18 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

firegem commented on 2022-01-01 19:27 (UTC) (edited on 2022-05-16 20:44 (UTC) by firegem)

I've pushed an update to make rlwrap an optional dependency and to stop copying documentation over from the main BQN repo.

firegem commented on 2021-12-20 00:29 (UTC) (edited on 2021-12-21 00:55 (UTC) by firegem)

Thanks for the patch, it builds in a clean chroot again so I've updated the package.

mpizzzle commented on 2021-12-19 23:55 (UTC)

The makefile.patch needs to be updated I believe, as the patch currently fails. I updated lines 7-8 to:

-   @$(CC) ${lf} ${PIE} -o BQN ${bd}/*.o -lm
+   @$(CC) ${lf} ${PIE} ${LDFLAGS} -o BQN ${bd}/*.o -lm

which did the trick.