Package Details: tio 3.8-1

Git Clone URL: https://aur.archlinux.org/tio.git (read-only, click to copy)
Package Base: tio
Description: The simple TTY terminal I/O application
Upstream URL: https://tio.github.io/
Licenses: GPL-2.0-or-later
Submitter: nickoe
Maintainer: nickoe (swiftgeek, jledet, lundmar)
Last Packager: swiftgeek
Votes: 44
Popularity: 0.44
First Submitted: 2016-05-20 15:16 (UTC)
Last Updated: 2024-11-30 16:34 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

nickoe commented on 2022-11-10 18:59 (UTC)

@jhenson, cmake would ve wrong as well...

jhenson commented on 2022-11-10 18:24 (UTC)

@nickoe, shouldn't bash-completion be listed as as optdepends and/or a makedepends? A hard dependency seems like the wrong approach as not everyone uses bash as their shell.

nickoe commented on 2022-11-10 14:38 (UTC)

@graysky, I have resolved the issue and pushed a more appropriate fix.

graysky commented on 2022-11-07 18:06 (UTC)

@nickoe - Not on x86_64 but on aarch64 (Arch ARM):

...
Configuring tio using configuration
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency bash-completion found: NO (tried pkgconfig and cmake)
Configuring tio.1 using configuration
Build targets in project: 1

nickoe commented on 2022-11-07 17:42 (UTC) (edited on 2022-11-07 17:43 (UTC) by nickoe)

@graysky, I can build this on a system witout cmake being installed and I don't see it checking for cmake anymore.

...
Found pkg-config: /usr/bin/pkg-config (1.8.0)
Run-time dependency inih found: YES 56
Configuring tio using configuration
...

graysky commented on 2022-11-07 12:43 (UTC)

As mentioned in the comments previously, you need to add cmake as a makedepends.

m040601 commented on 2022-09-12 02:23 (UTC) (edited on 2022-09-12 02:41 (UTC) by m040601)

Thanks for maintaining this PKGBUILD, for this extremely usefull (and well maintained) tool.

The archive from where this PKGBUILD pulls,

tar -J -t -f tio-2.0.tar.xz   | grep --color=always -i -e news -e example -e readme 

contains currently among others,

tio-2.0/NEWS
tio-2.0/README.md
tio-2.0/example/
tio-2.0/example/tiorc

There is even a "demo.gif" small 3 MB movie, that doesnt blow up my system storage. Even the 670 Bytes "TODO" file is interesting to read.

I find these kind of stuff extremely usefull. Specially for niche tools that are somehow laborious, complicated or prone to user error. Or that I dont use dailly, and might forget how I did it. Maybe there will be even more in the future, "contribs", "examples" etc. I hate having to go back to the Internet just to read them.

Why are they being stripped off and trashed away ? And not ending up in something like "/usr/share/doc/tio/..." ?

I'm not familiar with "mesonbuild" nor even an expert in PKGBUILDS.

Could you please make sure they end up in my system as well ?

Thanks in advance

swiftgeek commented on 2022-07-14 10:00 (UTC) (edited on 2022-07-14 10:03 (UTC) by swiftgeek)

'any' is only for packages not containing binaries, and tio is written in C.

AUR web search works fine when you search only in package name

perigoso commented on 2022-07-14 09:04 (UTC)

re 'I can't find it' I also could not find the package through the web AUR search, I had to insert the URL directly

perigoso commented on 2022-07-14 09:03 (UTC)

why have all arch's listed and not simply 'any'? is there one explicitly not supported?