highway-1.1.0.ebuild 412 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit autotools
  5. DESCRIPTION="High performance source code search tool"
  6. HOMEPAGE="https://github.com/tkengo/highway"
  7. SRC_URI="https://github.com/tkengo/highway/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  8. IUSE=""
  9. LICENSE="MIT"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. src_prepare()
  13. {
  14. default
  15. eautoreconf
  16. }