mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-05-07 04:03:12 +02:00
20 lines
492 B
Bash
20 lines
492 B
Bash
# Copyright 2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="Antykwa Poltawskiego otf font"
|
|
HOMEPAGE="https://jmn.pl/antykwa-poltawskiego https://www.gust.org.pl/projects/e-foundry/poltawski/download/index_html"
|
|
SRC_URI="https://www.gust.org.pl/projects/e-foundry/poltawski/download/ap${PV}otf.zip"
|
|
|
|
LICENSE="GFL"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
|
|
S="${WORKDIR}"
|
|
FONT_SUFFIX="otf"
|