mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
26f16150bd
(cherry picked from commit a55be36a59)
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
32 lines
645 B
RPMSpec
32 lines
645 B
RPMSpec
Name: seto-fonts
|
|
Version: 6.20
|
|
Release: 4%?dist
|
|
URL: https://web.archive.org/web/20240226230836/https://ja.osdn.net/projects/setofont/
|
|
Source0: https://github.com/terrapkg/pkg-seto-fonts/archive/refs/tags/%version.tar.gz
|
|
License: OFL-1.1
|
|
Summary: A handwritten font that contains kanji up to JIS 4th level and difficult kanji
|
|
BuildArch: noarch
|
|
|
|
|
|
%description
|
|
%summary.
|
|
|
|
|
|
%prep
|
|
%setup -q -n pkg-seto-fonts-%version
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %buildroot/%_datadir/fonts/%name
|
|
install -Dm644 *.ttf %buildroot/%_datadir/fonts/%name/
|
|
|
|
|
|
%files
|
|
%doc readme.txt
|
|
%license LICENSE.md
|
|
%_datadir/fonts/%name/
|
|
|
|
%changelog
|
|
%autochangelog
|