From c0b1813dc3041911434508252309a013784b9d5b Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 13 Feb 2022 23:47:12 +0300 Subject: Added ktechlab ebuilds Signed-off-by: ormorph --- trinity-apps/ktechlab/Manifest | 1 + trinity-apps/ktechlab/ktechlab-14.0.11.ebuild | 29 +++++++++++++++++++++++++++ trinity-apps/ktechlab/ktechlab-9999.ebuild | 29 +++++++++++++++++++++++++++ trinity-apps/ktechlab/metadata.xml | 8 ++++++++ 4 files changed, 67 insertions(+) create mode 100644 trinity-apps/ktechlab/Manifest create mode 100644 trinity-apps/ktechlab/ktechlab-14.0.11.ebuild create mode 100644 trinity-apps/ktechlab/ktechlab-9999.ebuild create mode 100644 trinity-apps/ktechlab/metadata.xml (limited to 'trinity-apps') diff --git a/trinity-apps/ktechlab/Manifest b/trinity-apps/ktechlab/Manifest new file mode 100644 index 00000000..f01b9213 --- /dev/null +++ b/trinity-apps/ktechlab/Manifest @@ -0,0 +1 @@ +DIST ktechlab-trinity-14.0.11.tar.xz 846360 BLAKE2B b8ceae973bbdd59861775976f14763607ebb451a5ae4de311590194ec459e7222cea8031a52d3ce9e148d44a33eecdd5888337fc668014266cb284ebd93ecdff SHA512 5f2d40f900131f4e7e565b78a103dc0e402ced67ba56a4db7aa806d77d760b68b86a2f9f0ffd5412d90ba6842d8c35478567247d89d8a57908bd7ea99dea69c1 diff --git a/trinity-apps/ktechlab/ktechlab-14.0.11.ebuild b/trinity-apps/ktechlab/ktechlab-14.0.11.ebuild new file mode 100644 index 00000000..1938816f --- /dev/null +++ b/trinity-apps/ktechlab/ktechlab-14.0.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_BUILD_ADMIN="yes" +TRINITY_MODULE_TYPE="applications/development" +inherit trinity-base-2 + +DESCRIPTION="Circuit simulator for microcontrollers and electronics [Trinity]" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND=" + dev-embedded/gpsim +" +RDEPEND="${DEPEND}" + +src_configure() { + trinity-econf --disable-final +} diff --git a/trinity-apps/ktechlab/ktechlab-9999.ebuild b/trinity-apps/ktechlab/ktechlab-9999.ebuild new file mode 100644 index 00000000..4db1d5ab --- /dev/null +++ b/trinity-apps/ktechlab/ktechlab-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_BUILD_ADMIN="yes" +TRINITY_MODULE_TYPE="applications/development" +inherit trinity-base-2 + +DESCRIPTION="Circuit simulator for microcontrollers and electronics [Trinity]" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +DEPEND=" + dev-embedded/gpsim +" +RDEPEND="${DEPEND}" + +src_configure() { + trinity-econf --disable-final +} diff --git a/trinity-apps/ktechlab/metadata.xml b/trinity-apps/ktechlab/metadata.xml new file mode 100644 index 00000000..689e1534 --- /dev/null +++ b/trinity-apps/ktechlab/metadata.xml @@ -0,0 +1,8 @@ + + + + + team-gentoo@trinitydesktop.org + Trinity Gentoo ebuilds project + + -- cgit v1.2.1