[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: Add kicad-templates.
From: |
guix-commits |
Subject: |
03/06: gnu: Add kicad-templates. |
Date: |
Thu, 27 Feb 2020 08:31:59 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit ca839f3c1867903d217a2a61ebcc7dfb250b5e5f
Author: Brice Waegeneire <address@hidden>
AuthorDate: Sun Feb 16 22:28:31 2020 +0100
gnu: Add kicad-templates.
* gnu/packages/engineering.scm (kicad-templates): New variable.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/engineering.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index c22432b..28a10bb 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -989,6 +989,24 @@ libraries for KiCad 5.")
(synopsis "Official KiCad 3D model libraries")
(description "This package contains the official KiCad 3D model
libraries.")))
+(define-public kicad-templates
+ (package
+ (inherit kicad-symbols)
+ (name "kicad-templates")
+ (version "5.1.5")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/KiCad/kicad-templates.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0cs3bm3zb5ngw5ldn0lzw5bvqm4kvcidyrn76438alffwiz2b15g"))))
+ (synopsis "Official KiCad project and worksheet templates")
+ (description "This package contains the official KiCad project and
+worksheet templates.")))
+
(define-public linsmith
(package
(name "linsmith")
- branch master updated (a69bc73 -> e707535), guix-commits, 2020/02/27
- 05/06: gnu: kicad-symbols: Update synopsis and description., guix-commits, 2020/02/27
- 04/06: gnu: Remove kicad-library., guix-commits, 2020/02/27
- 01/06: gnu: Add kicad-footprints., guix-commits, 2020/02/27
- 02/06: gnu: Add kicad-packages3d., guix-commits, 2020/02/27
- 03/06: gnu: Add kicad-templates.,
guix-commits <=
- 06/06: gnu: kicad: Add translations and search paths., guix-commits, 2020/02/27