View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="A typeface specially designed for user interfaces"
HOMEPAGE="https://rsms.me/inter/"
SRC_URI="https://github.com/rsms/inter/releases/download/v${PV}/Inter-UI-${PV}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDS="app-arch/unzip"
S="${WORKDIR}"
FONT_SUFFIX="ttf"
FONT_S="${S}"
src_prepare() {
default
mv "${S}/Inter UI (TTF)"/*.${FONT_SUFFIX} "${FONT_S}" || die
}