summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2021-12-02 08:34:03 -0800
committerJoonas Niilola <juippis@gentoo.org>2021-12-04 13:30:42 +0200
commit567f88ad40512ad1d65d4cdf95e236d14d09670e (patch)
tree3c55f09e6652abd2be6e1abe29531cd2022bca09 /sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild
parentsci-electronics/kicad-symbols: Bump to 5.1.12 (diff)
downloadgentoo-567f88ad40512ad1d65d4cdf95e236d14d09670e.tar.gz
gentoo-567f88ad40512ad1d65d4cdf95e236d14d09670e.tar.bz2
gentoo-567f88ad40512ad1d65d4cdf95e236d14d09670e.zip
sci-electronics/kicad-templates: Bump to 5.1.12
Bug: https://bugs.gentoo.org/824526 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild')
-rw-r--r--sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild
new file mode 100644
index 000000000000..211b692af0c3
--- /dev/null
+++ b/sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Electronic Schematic and PCB design tools project templates"
+HOMEPAGE="https://github.com/kicad/kicad-templates"
+SRC_URI="https://gitlab.com/kicad/libraries/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND=">=sci-electronics/kicad-5.1.0"