logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

3270font-2.0.0.ebuild (536B)


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