Package Details: browsh 1.8.3-1

Git Clone URL: https://aur.archlinux.org/browsh.git (read-only, click to copy)
Package Base: browsh
Description: A fully-modern text-based browser, rendering to TTY and browsers
Upstream URL: https://www.brow.sh
Licenses: LGPL2.1
Conflicts: browsh-bin, browsh-git
Submitter: MikuroK
Maintainer: gilcu3
Last Packager: gilcu3
Votes: 32
Popularity: 0.74
First Submitted: 2018-07-26 15:31 (UTC)
Last Updated: 2024-02-23 13:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Swivel commented on 2022-08-03 19:04 (UTC)

@MikuroK It might make more sense to let someone else volunteer to maintain this package then, so that people who use it can keep it up to date :)

MikuroK commented on 2022-04-19 04:04 (UTC)

zerophase, I don't actually use this program, I only have this package because I wanted to play with it and there wasn't a package for it at the time. I also have zero Go experience, so I really wouldn't know where to start with that.

zerophase commented on 2022-04-19 01:54 (UTC)

Dep is deprecated, and causing issues for my build. Might be a good idea to talk to upstream about switching to go modules.

MikuroK commented on 2022-04-16 04:11 (UTC)

sorted the build problem apparently.

about using firefox forks, how should that be done? i don't much like the idea of just not having any browser as a dependency, since then the package won't "just work" as expected if you don't already have firefox installed. i also don't like the idea of specifying browsers which aren't officially supported by browsh, as that could lead to bug reports to the browsh dev(s) for an unsupported configuration. unless someone has a better idea, i think leaving it as-is (edit the pkgbuild yourself to suit) is the best option.

tallero commented on 2022-04-15 17:42 (UTC) (edited on 2022-04-15 17:43 (UTC) by tallero)

doesn't build

src/main.go:3:8: package browsh/interfacer/src/browsh is not in GOROOT (/usr/lib/go/src/browsh/interfacer/src/browsh)

micwoj92 commented on 2021-03-01 17:32 (UTC)

It should not conflict with browsh-bin, browsh-git, -bin and -git packages should conflict with browsh.

tywyqu commented on 2020-10-12 13:39 (UTC)

Can you please make firefox dependency optional? Some users are using alternative firefox spin-offs https://wiki.archlinux.org/index.php/List_of_applications#Firefox_spin-offs

MikuroK commented on 2020-06-11 14:18 (UTC)

@vyachkonovalov Thanks for the tip!

crabvk commented on 2020-05-11 18:52 (UTC)

Thank you for the package.
I noticed one issue. Since firefox is runtime-only dependency, it should be listed inside package() function and not in global depends variable. Like this:

package() {
    depends=('firefox>=63')
    install -Dm755 $pkgname "${pkgdir}/usr/bin/${pkgname}"
}

So, you could run makepkg without installing firefox (which is not required to build browsh).
docs
example

marcin commented on 2019-06-27 00:11 (UTC)

There is already 1.6.4 (https://github.com/browsh-org/browsh/releases) while the aur has 1.5.2. Any chance to upgrade it?