erfa-1.2.0.ebuild 439 B

123456789101112131415161718
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. AUTOTOOLS_AUTORECONF=true
  5. inherit autotools-utils
  6. DESCRIPTION="Essential Routines for Fundamental Astronomy"
  7. HOMEPAGE="https://github.com/liberfa/erfa"
  8. SRC_URI="https://github.com/liberfa/erfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  9. LICENSE="BSD"
  10. SLOT="0/1"
  11. KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
  12. IUSE="static-libs"