Package Details: circumflex 3.6-1

Git Clone URL: https://aur.archlinux.org/circumflex.git (read-only, click to copy)
Package Base: circumflex
Description: A command line tool for browsing Hacker News in your terminal
Upstream URL: https://github.com/bensadeh/circumflex
Licenses: custom
Submitter: maxjmax
Maintainer: maxjmax
Last Packager: maxjmax
Votes: 2
Popularity: 0.37
First Submitted: 2022-10-14 07:39 (UTC)
Last Updated: 2024-04-02 05:44 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

maxjmax commented on 2023-04-17 09:14 (UTC)

-bin package created: https://aur.archlinux.org/packages/circumflex-bin

maxjmax commented on 2023-04-14 14:23 (UTC)

Thank you for the detailed suggestions!

I have bumped the version, added additional 'arch' entries, added the missing man page.

I will look at also making a -bin package.

m040601 commented on 2023-04-14 07:22 (UTC) (edited on 2023-04-14 07:58 (UTC) by m040601)

Just stumbled upon this nice tool. Really polished thing. Hope that with enough votes this could make it one day into an official Arch package.

Thanks for providing this PKGBUILD.

Could you also please provide a "circumflex-bin" PKGBUILD ?

Dont' forget to install the included man page,

tar tvf circumflex_2.8.2_Linux_64-bit.tar.gz

-rw-r--r-- runner/docker  4157 2023-03-11 10:04 share/man/clx.1
-rwxr-xr-x runner/docker 19222528 2023-03-11 10:04 circumflex

Also, they have different precompiled binaries available on github

circumflex_2.8.2_Linux_32-bit.tar.gz  5.97 MiB
circumflex_2.8.2_Linux_64-bit.tar.gz  6.53 MiB
circumflex_2.8.2_Linux_arm64.tar.gz   5.92 MiB
circumflex_2.8.2_macOS_64-bit.tar.gz  6.72 MiB
circumflex_2.8.2_macOS_arm64.tar.gz   6.43 MiB

Super usefull on Archlinux running on small under powered devices like chromebooks, SBC boards, raspberry etc. Where you dont want to download 500 MEGA of go just to compile it.

Could you also include them ?

Don't forget to change,

arch=('x86_64')

To something like,

arch=('x86_64' 'armv7h' 'aarch64' etc ...)

Thanks in advance.