summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Henke <Jan.Henke@taujhe.de>2019-10-06 10:57:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-06 13:23:40 +0200
commit8ca03361933c2f5d7bbfca299348966038d74504 (patch)
tree72176cdf836d26131677b9cc19db37942545e1bf /media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild
parentapp-editors/nano: Removed old (diff)
downloadgentoo-8ca03361933c2f5d7bbfca299348966038d74504.tar.gz
gentoo-8ca03361933c2f5d7bbfca299348966038d74504.tar.bz2
gentoo-8ca03361933c2f5d7bbfca299348966038d74504.zip
media-fonts/polarsys-b612-fonts: Version bump 1.008
Closes: https://bugs.gentoo.org/696456 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Jan Henke <Jan.Henke@taujhe.de> Closes: https://github.com/gentoo/gentoo/pull/13184 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild')
-rw-r--r--media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild
new file mode 100644
index 000000000000..b2c835d0e4a9
--- /dev/null
+++ b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.008.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="Font designed for aircraft cockpit displays"
+HOMEPAGE="https://b612-font.com/"
+SRC_URI="https://github.com/polarsys/b612/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/b612-${PV}"
+FONT_S="${S}/fonts/ttf"
+FONT_SUFFIX="ttf"
+
+DOCS=( README.md )