diff options
author | ormorph <[email protected]> | 2022-02-13 23:47:12 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2022-02-13 23:47:12 +0300 |
commit | c0b1813dc3041911434508252309a013784b9d5b (patch) | |
tree | 2e6663654638de8a5e0841aaf5a993df583e7a1f /trinity-apps/ktechlab/ktechlab-9999.ebuild | |
parent | 52be3129cd7426ea1bcab5c46a6a231a9246ba3a (diff) | |
download | tde-packaging-gentoo-c0b1813dc3041911434508252309a013784b9d5b.tar.gz tde-packaging-gentoo-c0b1813dc3041911434508252309a013784b9d5b.zip |
Added ktechlab ebuilds
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/ktechlab/ktechlab-9999.ebuild')
-rw-r--r-- | trinity-apps/ktechlab/ktechlab-9999.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
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 +} |