Search Criteria
Package Details: pspg-git 0.1.r2.g57ba5d8-1
Git Clone URL: | https://aur.archlinux.org/pspg-git.git (read-only, click to copy) |
---|---|
Package Base: | pspg-git |
Description: | pager for Postgres |
Upstream URL: | https://github.com/okbob/pspg |
Licenses: | |
Submitter: | michcioperz |
Maintainer: | None |
Last Packager: | michcioperz |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-25 14:27 |
Last Updated: | 2017-09-17 10:20 |
Dependencies (2)
- ncurses (ncurses-nohex, ncurses-git)
- git (git-git) (make)
Latest Comments
michcioperz commented on 2018-07-12 17:58
@jeleniste: I no longer use Arch, please take over the package and apply the patch.
jeleniste commented on 2018-07-12 10:18
There is some problem in "configure" with check for panel.h. Menu didnt work without this. It is because on arch is not panel.h in ncursesw folder.
Adding sed -i 's/ncursesw\/panel.h/panel.h/g' configure
into prepare before .configure solve this.