diff options
Diffstat (limited to 'media-fonts/departuremono/departuremono-1.350.ebuild')
-rw-r--r-- | media-fonts/departuremono/departuremono-1.350.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-fonts/departuremono/departuremono-1.350.ebuild b/media-fonts/departuremono/departuremono-1.350.ebuild new file mode 100644 index 0000000..cbda380 --- /dev/null +++ b/media-fonts/departuremono/departuremono-1.350.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="Monospace pixel font with a lo-fi technical vibe" +HOMEPAGE="https://departuremono.com/" +SRC_URI="https://departuremono.com/assets/DepartureMono-${PV}.zip" +S="${WORKDIR}" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="binchecks strip" +BDEPEND="app-arch/unzip" + +FONT_SUFFIX="otf" |