Search Criteria
Package Details: tasknc 2020.02.05-1
Git Clone URL: | https://aur.archlinux.org/tasknc.git (read-only, click to copy) |
---|---|
Package Base: | tasknc |
Description: | A ncurses wrapper around taskwarrior |
Upstream URL: | https://github.com/lharding/tasknc |
Licenses: | |
Conflicts: | |
Submitter: | ogarcia |
Maintainer: | ogarcia |
Last Packager: | ogarcia |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-07 17:19 |
Last Updated: | 2020-10-21 12:07 |
Latest Comments
ogarcia commented on 2017-11-19 10:08
@asm0dey the dependencies of this package are well defined
Have you installed base and base-devel package groups? pod2man is installed as part of base package (with perl).
https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites
asm0dey commented on 2017-11-18 11:10
Right now when I try to install this package with pacaur I get exception `/bin/sh: pod2man: command not found`. Could you please add package, providing pod2man as build dependency for this package?
Also I can see following lines:
```
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -I include -o tasknc src/keys.o src/log.o src/common.o src/tasklist.o src/statusbar.o src/tasknc.o src/sort.o src/test.o src/pager.o src/tasks.o src/formats.o src/color.o src/command.o -lncursesw
fatal: No names found, cannot describe anything.
```
but I don't know if that's error.
Thank you!