2024-06-12 22:58:49 +02:00
|
|
|
# Copyright 1999-2024 Gentoo Authors
|
2020-12-10 23:15:30 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2024-06-12 22:58:49 +02:00
|
|
|
EAPI=8
|
2020-12-10 23:15:30 +01:00
|
|
|
|
|
|
|
inherit font rpm
|
|
|
|
|
|
|
|
DESCRIPTION="Practical font realization of the Labirynth Alphabet"
|
|
|
|
HOMEPAGE="
|
|
|
|
https://koschei.fedoraproject.org/package/labiryntowy-fonts
|
|
|
|
http://alfabet-ozdobny.appspot.com/?str=labiryntowy
|
|
|
|
"
|
2024-06-12 22:58:49 +02:00
|
|
|
SRC_URI="
|
|
|
|
http://fedora.osuosl.org/linux/releases/40/Everything/x86_64/os/Packages/l/labiryntowy-fonts-1.53-20.fc40.noarch.rpm
|
|
|
|
"
|
|
|
|
S="${WORKDIR}"
|
2020-12-10 23:15:30 +01:00
|
|
|
|
2024-06-12 22:58:49 +02:00
|
|
|
LICENSE="OFL-1.0"
|
2020-12-10 23:15:30 +01:00
|
|
|
SLOT="0"
|
2024-06-12 22:58:49 +02:00
|
|
|
KEYWORDS="~amd64"
|
2020-12-10 23:15:30 +01:00
|
|
|
|
2024-06-12 22:58:49 +02:00
|
|
|
RESTRICT="mirror"
|
2020-12-10 23:15:30 +01:00
|
|
|
|
|
|
|
src_install() {
|
|
|
|
newdoc "./usr/share/doc/${PN}-fonts/opis.txt" README.txt
|
|
|
|
|
|
|
|
insinto "/usr/share/fonts/${PN}"
|
|
|
|
doins "./usr/share/fonts/${PN}"/*
|
|
|
|
}
|