Package Details: csview-git 1.2.4.20240414-1

Git Clone URL: https://aur.archlinux.org/csview-git.git (read-only, click to copy)
Package Base: csview-git
Description: A high performance csv viewer with cjk/emoji support
Upstream URL: https://github.com/wfxr/csview
Keywords: csv table viewer
Licenses: MIT OR Apache-2.0
Conflicts: csview, csview-bin
Provides: csview
Submitter: wfxr
Maintainer: lilac
Last Packager: lilac
Votes: 1
Popularity: 0.000263
First Submitted: 2020-10-20 09:43 (UTC)
Last Updated: 2024-04-14 20:54 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

eclairevoyant commented on 2023-06-25 20:15 (UTC)

Please update this to follow Rust package guidelines and also add gcc-libs as runtime dependency.

This should also only explicitly conflict with csview, not csview-bin as per guidelines.

Finally the pkgver() is just wrong, there's no way to guarantee that the version strictly increases - you should just stick to the VCS package guidelines here (of course making sure to remove the leading v):

pkgver() {
    git -C $_pkgname describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
}