qstlink2-1.0.3.ebuild 496 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit qt4-r2
  5. DESCRIPTION="GUI and CLI ST-Link V2(Debugger/Programmer) client"
  6. HOMEPAGE="https://github.com/fpoussin/qstlink2"
  7. SRC_URI="https://github.com/mobyfab/QStlink2/archive/v1.0.3.tar.gz -> ${P}.tar.gz"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. DEPEND="virtual/libusb:0
  13. dev-qt/qtcore:4
  14. dev-qt/qtgui:4"
  15. RDEPEND="${DEPEND}"
  16. S="${WORKDIR}/QStlink2-${PV}"