Search Criteria
Package Details: 3mux-git r197.09e2494-1
Git Clone URL: | https://aur.archlinux.org/3mux-git.git (read-only, click to copy) |
---|---|
Package Base: | 3mux-git |
Description: | Terminal multiplexer inspired by i3 |
Upstream URL: | https://github.com/aaronjanse/3mux |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Depau |
Maintainer: | Depau |
Last Packager: | Depau |
Votes: | 1 |
Popularity: | 0.008945 |
First Submitted: | 2020-04-12 00:10 |
Last Updated: | 2020-04-13 22:14 |
Dependencies (4)
- git (git-git) (make)
- go-pie (go) (make)
- golang-github-kr-pty (make)
- golang-golang-x-crypto (make)
Latest Comments
willemw commented on 2020-04-22 19:04
Hi. Dependencies are downloaded by Go (see go.mod). That means:
pkgver()'s output should include the latest release tag.
Depau commented on 2020-04-13 22:12
Hi, thank you for your patch, I'll merge it :)
I'm generally not convinced with
go-pie
since, even though I can see why it's better, I find it very annoying that I can't have both and some AUR packages force me to replacego
withgo-pie
.But since it's the recommended option, considering that it also helps with reproducible builds (for what it matters in the AUR), I'll merge it anyway ;)
xiretza commented on 2020-04-12 13:56
Hey, thanks for packaging! After seeing this program on the HN front page, I looked to see if it was already in the AUR and somehow completely missed your package. So, here's a diff that contains some changes my PKGBUILD had compared to yours: https://gitlab.com/snippets/1965714
Quick summary of differences:
prepare()
(which should be avoided if at all possible)Maybe you can draw some inspiration from it :)