Package Details: ucollage 1.0.2-0

Git Clone URL: https://aur.archlinux.org/ucollage.git (read-only, click to copy)
Package Base: ucollage
Description: An extensible command line image viewer inspired by vim
Upstream URL: https://github.com/ckardaris/ucollage
Keywords: command-line image tui ueberzug viewer
Licenses: GPL3
Submitter: ckardaris
Maintainer: ckardaris
Last Packager: ckardaris
Votes: 5
Popularity: 0.000006
First Submitted: 2020-10-12 17:03 (UTC)
Last Updated: 2022-04-28 20:01 (UTC)

Latest Comments

ckardaris commented on 2020-10-13 17:04 (UTC)

Thanks for the information @Kr1ss. I didn't know that. I will update the PKGBUILD.

Kr1ss commented on 2020-10-13 14:27 (UTC)

Hi @ckardaris, thx a lot for sharing this package.

Just as a note, you don't need to gzip the man file in package() - this is done automatically during the packaging process (at least by default; users can switch it off in their /etc/makepkg.conf or via options=('!zipman')).

So you might just install -Dm644 ucollage.1 -t "${pkgdir}/usr/share/man/man1" and get rid of the gzip statement.

Cheers !