gputils-0.14.0.ebuild 417 B

12345678910111213141516171819
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
  5. HOMEPAGE="http://gputils.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
  10. IUSE=""
  11. src_install() {
  12. default
  13. dodoc doc/gputils.pdf
  14. }