diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2015-08-20 09:25:19 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2015-08-20 09:25:19 +0200 |
commit | 5c011a1a0590d1ae7fab841951dbe6f6e2d25cc7 (patch) | |
tree | 3828865495ed43f990ad50c75c03c7b5f01a687d /media-fonts/monoid/monoid-0.61.ebuild | |
parent | dev-python/rpy: bump; update key dep dev-lang/R (diff) | |
download | gentoo-5c011a1a0590d1ae7fab841951dbe6f6e2d25cc7.tar.gz gentoo-5c011a1a0590d1ae7fab841951dbe6f6e2d25cc7.tar.bz2 gentoo-5c011a1a0590d1ae7fab841951dbe6f6e2d25cc7.zip |
media-fonts/monoid: version bump
Package-Manager: portage-2.2.20.1
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" |