Search Criteria
Package Details: tio-git 3.5.r1.g02cac07-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tio-git.git (read-only, click to copy) |
---|---|
Package Base: | tio-git |
Description: | A serial device I/O tool |
Upstream URL: | https://github.com/tio/tio |
Keywords: | io serial terminal tty |
Licenses: | GPL-2.0-or-later |
Conflicts: | tio |
Provides: | tio |
Submitter: | nickoe |
Maintainer: | nickoe (kjkent) |
Last Packager: | kjkent |
Votes: | 5 |
Popularity: | 0.022329 |
First Submitted: | 2016-05-20 15:21 (UTC) |
Last Updated: | 2024-07-01 03:29 (UTC) |
Dependencies (4)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- lua
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
nickoe commented on 2024-06-29 16:53 (UTC)
@kjkent, I have not built it recently myself. Been a bit busy with other things. I am ok with having you co-maintain it.
kjkent commented on 2024-06-29 13:14 (UTC) (edited on 2024-06-29 13:15 (UTC) by kjkent)
I've just sent the maintainer an email with the following:
kjkent commented on 2024-06-18 23:36 (UTC) (edited on 2024-06-19 00:18 (UTC) by kjkent)
Hey there, it seems the deps need updating as building currently fails due to lack of lua in chroot. meson build checks for lua-5.1 to lua-5.4 (inclusive).
Edit: Compiled and run successfully with
depends=('glib2' 'lua')
andmakedepends=('git' 'meson')
. The wiki mentions assuming users have base-devel installed so I omitted glibc.