diff options
Diffstat (limited to 'media-fonts/monoid/monoid-0.61.ebuild')
-rw-r--r-- | media-fonts/monoid/monoid-0.61.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-fonts/monoid/monoid-0.61.ebuild b/media-fonts/monoid/monoid-0.61.ebuild new file mode 100644 index 000000000000..faf6eb13ed7a --- /dev/null +++ b/media-fonts/monoid/monoid-0.61.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit font + +DESCRIPTION="Open source coding font" +HOMEPAGE="http://larsenwork.com/monoid https://github.com/larsenwork/monoid" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="MIT OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND="" +RDEPEND="" + +FONT_SUFFIX="ttf" +DOCS="Readme.md" |