logo

overlay

My (experimental) gentoo overlay

3270font-1.2.23.ebuild (504B)


      1 # Copyright 1999-2018 Gentoo Foundation
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=6
      5 
      6 inherit font
      7 
      8 DESCRIPTION="A IBM 3270 Terminal font in a modern format"
      9 HOMEPAGE="https://github.com/rbanffy/3270font/"
     10 SRC_URI="https://github.com/rbanffy/3270font/archive/v${PV}.tar.gz -> ${P}.tar.gz"
     11 
     12 LICENSE="BSD CC-BY-SA-3.0 GPL-3 OFL"
     13 SLOT="0"
     14 KEYWORDS="~amd64 ~x86"
     15 IUSE=""
     16 
     17 DEPEND=""
     18 RDEPEND="
     19 	${DEPEND}
     20 	media-gfx/fontforge
     21 "
     22 
     23 FONT_S="${S}/build"
     24 FONT_SUFFIX="otf ttf pfm woff"