From 29c5cddd0b8cb37124b3a6f09033847da973dc9a Mon Sep 17 00:00:00 2001 From: David Holm Date: Thu, 19 May 2016 08:56:48 +0200 Subject: [PATCH] recipes: New recipe for flycheck-pkg-config --- recipes/flycheck-pkg-config.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/flycheck-pkg-config.rcp diff --git a/recipes/flycheck-pkg-config.rcp b/recipes/flycheck-pkg-config.rcp new file mode 100644 index 00000000..ae46e8b8 --- /dev/null +++ b/recipes/flycheck-pkg-config.rcp @@ -0,0 +1,5 @@ +(:name flycheck-pkg-config + :description "Configure flycheck using pkg-config." + :type github + :pkgname "Wilfred/flycheck-pkg-config" + :depends (cl-lib dash flycheck s))