commit 4bf79f519ad940f91dbaf2788f9c822aea15a74c Author: Administrator Date: Thu Aug 28 00:33:54 2025 +0700 Initial commit diff --git a/packages.json b/packages.json new file mode 100755 index 0000000..1d75fd0 --- /dev/null +++ b/packages.json @@ -0,0 +1,34 @@ +{ + "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": "https://git.bitscat.vn/Kicad/kicad-libraries" + }, + "tags": [ + "footprint", + "library", + "models" + ], + "type": "library", + "versions": [ + { + "kicad_version": "9.0", + "status": "stable", + "version": "1.1" + } + ] + } + ] +} diff --git a/repository.json b/repository.json new file mode 100755 index 0000000..f3780dc --- /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": 1780390061, + "url": "https://git.bitscat.vn/Kicad/kicad-repository/raw/branch/main/packages.json" + }, + "resources": { + "url": "https://git.bitscat.vn/Kicad/kicad-repository/raw/branch/main/resources.zip", + "update_timestamp": 1780390061 + } +} diff --git a/resources.zip b/resources.zip new file mode 100755 index 0000000..11859cb Binary files /dev/null and b/resources.zip differ