diff options
author | azahi <azahi@teknik.io> | 2018-12-28 01:22:40 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-12-28 01:22:40 +0300 |
commit | 8f2f466965f061ce6d6be4443497c0fe6e10a5bc (patch) | |
tree | 9999239cbbac3bab7497b28c44dd75cf499d7f8c /media-fonts/gohufont |
Initial
Diffstat (limited to 'media-fonts/gohufont')
-rw-r--r-- | media-fonts/gohufont/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/gohufont/gohufont-2.1.ebuild | 23 | ||||
-rw-r--r-- | media-fonts/gohufont/metadata.xml | 8 |
3 files changed, 32 insertions, 0 deletions
diff --git a/media-fonts/gohufont/Manifest b/media-fonts/gohufont/Manifest new file mode 100644 index 0000000..ad70699 --- /dev/null +++ b/media-fonts/gohufont/Manifest @@ -0,0 +1 @@ +DIST gohufont-2.1.tar.gz 79758 BLAKE2B a6580399f1f778022dd83e32c9de73d39e0844c30f8a9c849ae9681286d75dbdd86dc8b91699925b1b49f5ccd9b189acb79aa560d6f6c53ccb3f285d3f748e8b SHA512 d4bdca3344d8a62947078ed243b257da86dfec59d78d7362eb5d5f75ef4d315ff6b955d2caf4110646ef5619e7912f2db06faa5e016d8fad6804d3048f4406c7 diff --git a/media-fonts/gohufont/gohufont-2.1.ebuild b/media-fonts/gohufont/gohufont-2.1.ebuild new file mode 100644 index 0000000..baa453a --- /dev/null +++ b/media-fonts/gohufont/gohufont-2.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font font-ebdftopcf + +DESCRIPTION="A monospace bitmap font." +HOMEPAGE="http://font.gohu.org/" +SRC_URI="https://github.com/hchargois/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_compile() { + font-ebdftopcf_src_compile +} diff --git a/media-fonts/gohufont/metadata.xml b/media-fonts/gohufont/metadata.xml new file mode 100644 index 0000000..7869e07 --- /dev/null +++ b/media-fonts/gohufont/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>azahi@teknik.io</email> + <name>azahi</name> + </maintainer> +</pkgmetadata> |