sil-doulos-5.000.ebuild 639 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit font
  5. MY_P="DoulosSIL-${PV}"
  6. DESCRIPTION="SIL Doulos - SIL font for Roman and Cyrillic Languages"
  7. HOMEPAGE="http://scripts.sil.org/DoulosSILfont"
  8. SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=${MY_P}.zip&filename=${MY_P}.zip -> ${P}.zip"
  9. LICENSE="OFL-1.1"
  10. SLOT="0"
  11. KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
  12. IUSE=""
  13. DEPEND="app-arch/unzip"
  14. DOCS="OFL-FAQ.txt documentation/*"
  15. S="${WORKDIR}/${MY_P}"
  16. FONT_S="${S}"
  17. FONT_SUFFIX="ttf"