commit 769f4fa83dbe15b4dc6929cf23777f93ee6e34be Author: Administrator Date: Thu Aug 28 00:33:54 2025 +0700 Initial commit diff --git a/packages.json b/packages.json new file mode 100644 index 0000000..8beda7f --- /dev/null +++ b/packages.json @@ -0,0 +1,33 @@ +{ + "packages": [ + { + "$schema": "https://go.kicad.org/pcm/schemas/v1", + "author": { + "contact": { + "mail": "tieutuanbao@gmail.com" + }, + "name": "BitsCat" + }, + "description": "BitsCat Kicad library", + "description_full": "This package contains footprints, symbols, 3dmodels, ...\n", + "identifier": "git.bitscat-kicad-library", + "license": "MIT", + "name": "BitsCat Kicad Library", + "resources": { + "Github": "http://git.sleeknest.vn/bitscat-public/kicad/kicad-libraries.git" + }, + "tags": [ + "footprint", + "library" + ], + "type": "library", + "versions": [ + { + "kicad_version": "9.0", + "status": "stable", + "version": "1.0" + } + ] + } + ] +} \ No newline at end of file diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..0d7daad --- /dev/null +++ b/repository.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://gitlab.com/kicad/code/kicad/-/raw/master/kicad/pcm/schemas/pcm.v1.schema.json#/definitions/Repository", + "maintainer": { + "contact": { + "mail": "tieutuanbao@gmail.com" + }, + "name": "BitsCat" + }, + "name": "BitsCat KiCad repository", + "packages": { + "update_timestamp": 1756319573, + "url": "https://git.sleeknest.vn/bitscat-public/kicad/kicad-repository/-/raw/main/packages.json" + }, + "resources": { + "url": "https://git.sleeknest.vn/bitscat-public/kicad/kicad-repository/-/raw/main/resources.zip?ref_type=heads&inline=false", + "update_timestamp": 1756319573 + } +} \ No newline at end of file diff --git a/resources.zip b/resources.zip new file mode 100644 index 0000000..11859cb Binary files /dev/null and b/resources.zip differ