Add package build-system (bs) (#1983)

* Added package config

* Update packages.json

* solve conflicts

Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
Co-authored-by: flywind <xzsflywind@gmail.com>
This commit is contained in:
Maubg 2021-08-23 08:20:01 +02:00 committed by GitHub
parent f37af8260d
commit 3939150ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]