Search Criteria
Package Details: tabby-bin 1.0.233-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tabby-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | tabby-bin |
| Description: | Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux |
| Upstream URL: | https://github.com/Eugeny/tabby |
| Keywords: | emulator terminal |
| Licenses: | MIT |
| Conflicts: | tabby |
| Provides: | tabby, tabby-terminal |
| Submitter: | Erde |
| Maintainer: | Dominiquini |
| Last Packager: | Dominiquini |
| Votes: | 26 |
| Popularity: | 0.051558 |
| First Submitted: | 2021-08-04 11:27 (UTC) |
| Last Updated: | 2026-05-07 23:35 (UTC) |
Dependencies (23)
- alsa-lib
- bash (bash-gitAUR, bash-devel-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libsecret
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxrandr (libxrandr-gitAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- Show 3 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4
Erde commented on 2021-08-11 12:46 (UTC)
Please in the future, if you want the PKGBUILD updated, mark the package as out of date so I'll receive a email about it. During the last update, this seemed to have zero users so wasn't keeping up with the rather fast release schedule. I'll push a update later today.
SolarAquarion commented on 2021-08-06 11:46 (UTC)
can you add me as a co-maintainer?
pamalosebi commented on 2021-03-30 12:12 (UTC)
Hey, sadly its not possible to save any credentials / keys when "gnome-keyring" is not provided. Maybe you should consider putting gnome-keyring as soft dependency.
jsimon0 commented on 2021-01-07 18:06 (UTC)
Here is a PKGBUILD for the latest build, 125.
sysroot commented on 2020-06-23 22:59 (UTC)
Please update the pkgbuild
pkgname=terminus-terminal-bin _pkgname=terminus pkgver=1.0.112 pkgrel=1 pkgdesc="A terminal for a more modern age" arch=('x86_64') url="https://github.com/Eugeny/terminus" license=('MIT') depends=('nodejs') provides=("terminus-terminal") conflicts=("terminus-terminal") replaces=('terminus-terminal') source=("$url/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux.deb") sha256sums=('0eea061f5aec21dc8aa4c90ca7fabfd19e5ea49f922cd62636c789dad0490bdd')package() { cd "$srcdir/" tar -xf data.tar.xz cp -r usr/ $pkgdir cp -r opt/ $pkgdir
install -Dm755 /dev/stdin "$pkgdir"/usr/bin/$_pkgname <<END #!/usr/bin/bash /opt/Terminus/terminus
END }
emamul.andalib commented on 2020-05-26 11:57 (UTC)
Please update the pkgver and sha256sums as like below:
pkgver=1.0.111 sha256sums=('37B20A41D2681EC8EE34935DDEDD770B1389CFC1C8DC7581E9C2B62BFE4BD4F0')
backerman commented on 2019-06-02 22:07 (UTC) (edited on 2019-06-02 22:07 (UTC) by backerman)
This package fails to run as installed:
Running
chmodas described in the error fixes the issue.« First ‹ Previous 1 2 3 4