Search Criteria
Package Details: circumflex 3.7-1
Package Actions
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.003543 |
First Submitted: | 2022-10-14 07:39 (UTC) |
Last Updated: | 2024-07-29 07:55 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
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
Also, they have different precompiled binaries available on github
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.