[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
185/277: gnu: Add pedansee.
From: |
guix-commits |
Subject: |
185/277: gnu: Add pedansee. |
Date: |
Thu, 6 Aug 2020 17:03:31 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit b1e45b093a4ca69f085f0314a948da74bc88aee2
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Jul 24 08:03:26 2020 -0400
gnu: Add pedansee.
* gnu/packages/check.scm (pedansee): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/check.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 2e373d6..c58f0b6 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -76,12 +76,40 @@
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix build-system cmake)
+ #:use-module (guix build-system glib-or-gtk)
#:use-module (guix build-system gnu)
#:use-module (guix build-system go)
#:use-module (guix build-system meson)
#:use-module (guix build-system python)
#:use-module (guix build-system trivial))
+(define-public pedansee
+ (package
+ (name "pedansee")
+ (version "0.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://www.flyn.org/projects/"
+ name "/" name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0lsg791x6n95pxg6vif8qfc46nqcamhjq3g0dl5xqf6imy7n3acd"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("clang" ,clang)
+ ("pkg-config" ,pkg-config)
+ ("python" ,python-wrapper)))
+ (inputs
+ `(("glib" ,glib)))
+ (synopsis "Code checker for C")
+ (description "Pedansee checks C source files for compliance with a
particular
+programming style. The style is currently defined by the pedansee source code
+in the form of functions which walk each source file’s syntax tree. You can
+modify some aspects of this style through the use of regular expressions.")
+ (home-page "https://www.flyn.org/projects/pedansee/")
+ (license license:gpl3+)))
+
(define-public mutest
(package
(name "mutest")
- 227/277: gnu: vte: Update package definition., (continued)
- 227/277: gnu: vte: Update package definition., guix-commits, 2020/08/06
- 236/277: gnu: opencv: Disable structured_light test., guix-commits, 2020/08/06
- 265/277: gnu: rust-cssparser-macros@0.6.0: Fix reference to rust-quote., guix-commits, 2020/08/06
- 266/277: gnu: rust-pin-project-internal@0.4.22: Fix reference to rust-quote., guix-commits, 2020/08/06
- 270/277: gnu: rust-serial-test: Remove duplicate definition., guix-commits, 2020/08/06
- 271/277: gnu: rust-servo-arc: Remove duplicate definition., guix-commits, 2020/08/06
- 204/277: gnu: glade: Update package definition., guix-commits, 2020/08/06
- 237/277: gnu: cheese: Update package definition., guix-commits, 2020/08/06
- 242/277: gnu: file-roller: Update package definition., guix-commits, 2020/08/06
- 244/277: gnu: gnome-backgrounds: Update package definition., guix-commits, 2020/08/06
- 185/277: gnu: Add pedansee.,
guix-commits <=
- 195/277: gnu: Add gnome-js-common., guix-commits, 2020/08/06
- 187/277: gnu: gssdp: Update package definition., guix-commits, 2020/08/06
- 199/277: gnu: libdazzle: Update package definition., guix-commits, 2020/08/06
- 206/277: gnu: libgxps: Update package definition., guix-commits, 2020/08/06
- 207/277: gnu: libhandy: Update package definition., guix-commits, 2020/08/06
- 213/277: gnu: libdmapsharing: Update home-page., guix-commits, 2020/08/06
- 216/277: gnu: mobile-broadband-provider-info: Update package definition., guix-commits, 2020/08/06
- 218/277: gnu: libappindicator: Propagate gtk+ and libdbusmenu., guix-commits, 2020/08/06
- 219/277: gnu: Add dnssec-trigger., guix-commits, 2020/08/06
- 221/277: gnu: appstream-glib: Fix tests., guix-commits, 2020/08/06