22 lines
465 B
Bash
22 lines
465 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
OPENSUSE_RELEASE="12.2"
|
|
OBS_PACKAGE="${PN}-font"
|
|
|
|
inherit font obs-download
|
|
|
|
DESCRIPTION="Simplistic, technical sans serif - openSUSE font"
|
|
HOMEPAGE="http://jimmac.musichall.cz/log/?p=439"
|
|
SRC_URI="${OBS_URI}/opensuse-font-${P}.tar.bz2"
|
|
|
|
LICENSE="OFL"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
FONT_SUFFIX="otf sfd"
|
|
FONT_S="${WORKDIR}"
|
|
S="${FONT_S}"
|