From 9e77cc477027c89032a4c6c25d03d65c1ba6717b Mon Sep 17 00:00:00 2001 From: Arnaud Moura Date: Wed, 24 Feb 2021 09:17:05 +0100 Subject: [PATCH] Added package checkpack (#1819) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 962bfe5..99c40ad 100644 --- a/packages.json +++ b/packages.json @@ -21619,5 +21619,17 @@ "description": "Cairo backend for the denim ui engine", "license": "MIT", "web": "https://github.com/nortero-code/midio-ui-cairo" + }, + { + "name": "checkpack", + "url": "https://gitlab.com/ArMour85/checkpack", + "method": "git", + "tags": [ + "package", + "library" + ], + "description": "Tiny library to check if a system package is already installed.", + "license": "MIT", + "web": "https://gitlab.com/ArMour85/checkpack" } ]