From 3939150ca900378e38f7f9dff5bf94a2d4c8908f Mon Sep 17 00:00:00 2001 From: Maubg Date: Mon, 23 Aug 2021 08:20:01 +0200 Subject: [PATCH] Add package build-system (bs) (#1983) * Added package config * Update packages.json * solve conflicts Co-authored-by: Dominik Picheta Co-authored-by: flywind --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index aff2163..24446aa 100644 --- a/packages.json +++ b/packages.json @@ -23552,5 +23552,19 @@ "description": "A nimble package which provides user-defined types, procedures, etc...", "license": "WTFPL", "web": "https://github.com/Glasses-Neo/OOlib" + }, + { + "name": "bs", + "url": "https://github.com/maubg-debug/build-sys", + "method": "git", + "tags": [ + "bs", + "build-system", + "system", + "build" + ], + "description": "A good alternative to Makefile.", + "license": "MIT", + "web": "https://github.com/maubg-debug/build-sys" } ]