koruri-20141224.ebuild 536 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 font
  5. MY_P="Koruri-${PV}"
  6. DESCRIPTION="Japanese TrueType font based on M+ outline fonts and Open Sans"
  7. HOMEPAGE="http://sourceforge.jp/projects/koruri/"
  8. SRC_URI="mirror://sourceforge.jp/${PN}/62469/${MY_P}.tar.xz"
  9. LICENSE="mplus-fonts Apache-2.0"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~arm ~arm64 ~x86"
  12. # Only installs fonts
  13. RESTRICT="binchecks strip"
  14. S="${WORKDIR}/${MY_P}"
  15. FONT_S="${S}"
  16. FONT_SUFFIX="ttf"
  17. DOCS="README*"