Package Details: vit-git 2.2.0.r18.ge37a75d-1

Git Clone URL: https://aur.archlinux.org/vit-git.git (read-only, click to copy)
Package Base: vit-git
Description: Visual Interactive Taskwarrior full-screen terminal interface (GIT version)
Upstream URL: https://github.com/vit-project/vit
Keywords: timewarrior
Licenses: MIT
Conflicts: vit
Provides: vit
Submitter: mikky
Maintainer: None
Last Packager: notizblock
Votes: 2
Popularity: 0.000000
First Submitted: 2017-10-16 14:16 (UTC)
Last Updated: 2022-05-26 06:32 (UTC)

Latest Comments

notizblock commented on 2019-12-31 15:09 (UTC)

This is the 2.x version of VIT. This is a rewrite of VIT 1.x in Python.

mikky commented on 2018-03-20 12:04 (UTC)

Thanks for update, fixed by overriding PERL path - no need to modify the configure script.

ff0x commented on 2018-03-20 11:42 (UTC) (edited on 2018-03-20 11:43 (UTC) by ff0x)

Hi, the current 'configure' script will exit with an error, if /bin is an symlink to /usr/bin (and perl was regognize as '/bin/perl'):

configure: error: can not continue... perl must be installed as /usr/bin/perl

confgiure: hint: try "sudo ln -s /bin/perl /usr/bin/perl"

One additional line at the end of your PKGBUILD's prepare function will fix it:

sed -i '/if test "$PERL" != "\/usr\/bin\/perl"; then/,+4 d' configure

mikky commented on 2017-10-18 10:08 (UTC)

fixed, thanks for info

aichingm commented on 2017-10-18 06:40 (UTC)

vit crashes (wouldn't even start) due to a missing dependency: Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module) (@INC contains: /usr/lib/perl5/5.26/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.26/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.26/core_perl /usr/share/perl5/core_perl) at /usr/bin/vit line 13. BEGIN failed--compilation aborted at /usr/bin/vit line 13. please add "perl-try-tiny" as dependency.