diff options
Diffstat (limited to 'dev-util/qstlink2/qstlink2-1.0.3.ebuild')
-rw-r--r-- | dev-util/qstlink2/qstlink2-1.0.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/qstlink2/qstlink2-1.0.3.ebuild b/dev-util/qstlink2/qstlink2-1.0.3.ebuild new file mode 100644 index 000000000000..7b7f46c0b7cb --- /dev/null +++ b/dev-util/qstlink2/qstlink2-1.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit qt4-r2 + +DESCRIPTION="GUI and CLI ST-Link V2(Debugger/Programmer) client" +HOMEPAGE="https://code.google.com/p/qstlink2/" +SRC_URI="https://github.com/mobyfab/QStlink2/archive/v1.0.3.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="virtual/libusb:0 + dev-qt/qtcore:4 + dev-qt/qtgui:4" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/QStlink2-${PV}" |