mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-18 17:40:38 +00:00
7938cfe34a
* chore(sync): f39 -> f40 * fix: click * mutter upgrade * more merges * chore(sync): frawhide -> f40 * fix: gnome-shell-extension-pop-shell
32 lines
578 B
RPMSpec
32 lines
578 B
RPMSpec
Name: seto-fonts
|
|
Version: 6.20
|
|
Release: 3%?dist
|
|
URL: https://setofont.osdn.jp/
|
|
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
|