Package Details: cmake-lint 1.4.2-5

Git Clone URL: https://aur.archlinux.org/cmake-lint.git (read-only, click to copy)
Package Base: cmake-lint
Description: Check for coding style issues in CMake files
Upstream URL: https://github.com/cmake-lint/cmake-lint
Licenses: Apache-2.0
Submitter: alexmerry
Maintainer: carsme
Last Packager: carsme
Votes: 8
Popularity: 0.000000
First Submitted: 2010-11-02 17:42 (UTC)
Last Updated: 2024-01-28 22:31 (UTC)

Latest Comments

cobaltspace commented on 2022-01-18 01:32 (UTC)

Missing make dependencies: python-pytest-runner

zerophase commented on 2019-07-25 09:23 (UTC)

The newer version is being released here: https://github.com/cmake-lint/cmake-lint

Here's the issue for it: https://github.com/richq/cmake-lint/issues/29

Techmeology commented on 2019-07-20 03:34 (UTC)

I've added a git version https://aur.archlinux.org/packages/cmake-lint-git/ which I'm pointing out here, as a user here asked for it. This package is not actually out of date on a release basis. But there are a few fixes/changes after the latest release.

zerophase commented on 2019-07-05 10:07 (UTC)

I have an updated PKGBUILD I can upload if you make me a co-maintainer.

alexmerry commented on 2012-11-27 22:36 (UTC)

Huh. Appears not to exist any more. TBH, I'd forgotten that this package even existed. I think I'll just disown it. It should probably be deleted.

adaptee commented on 2012-11-27 22:33 (UTC)

-> Downloading cmake-lint-1.2.tar.gz... --2012-11-28 06:29:26-- http://cmake-lint.googlecode.com/files/cmake-lint-1.2.tar.gz Resolving cmake-lint.googlecode.com (cmake-lint.googlecode.com)... 74.125.129.82, 2607:f8b0:400e:c02::52 Connecting to cmake-lint.googlecode.com (cmake-lint.googlecode.com)|74.125.129.82|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2012-11-28 06:29:28 ERROR 404: Not Found.

nogweii commented on 2011-06-25 03:09 (UTC)

I'm big about XDG home directories, so here's a quick sed-patch to toss into the PKGBUILD if you want to include support for that: sed -i "s/HOME/XDG_CONFIG_DIR/g;s/\.c/c/g" cmakelint.py This one-liner will change the path of the rc file to $XDG_CONFIG_DIR/cmakelintrc - no backwards compatibility! Other than that, awesome! :-D

alexmerry commented on 2010-11-02 17:43 (UTC)

Note: the vim scripts provided with cmake-lint are not installed. A package for them can be found at http://aur.archlinux.org/packages.php?ID=42530.