Added ktechlab ebuilds

Signed-off-by: ormorph <roma251078@mail.ru>
pull/246/head
ormorph 2 years ago
parent 52be3129cd
commit c0b1813dc3

@ -0,0 +1 @@
DIST ktechlab-trinity-14.0.11.tar.xz 846360 BLAKE2B b8ceae973bbdd59861775976f14763607ebb451a5ae4de311590194ec459e7222cea8031a52d3ce9e148d44a33eecdd5888337fc668014266cb284ebd93ecdff SHA512 5f2d40f900131f4e7e565b78a103dc0e402ced67ba56a4db7aa806d77d760b68b86a2f9f0ffd5412d90ba6842d8c35478567247d89d8a57908bd7ea99dea69c1

@ -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
}

@ -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
}

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>team-gentoo@trinitydesktop.org</email>
<name>Trinity Gentoo ebuilds project</name>
</maintainer>
</pkgmetadata>
Loading…
Cancel
Save