Add Manrope font (#110)

* Add Manrope font

* update changelog
This commit is contained in:
Cappy Ishihara
2023-01-10 19:51:42 +07:00
committed by GitHub
parent 772d414e6b
commit 5b7ddf3a58
4 changed files with 60 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
*.tar.gz
*.zip
*.rpm
*.log
+3
View File
@@ -0,0 +1,3 @@
# manrope-fonts
Manrope modern geometric sans-serif, packaged for use in tauOS
+5
View File
@@ -0,0 +1,5 @@
project "pkg" {
rpm {
spec = "manrope-fonts.spec"
}
}
+48
View File
@@ -0,0 +1,48 @@
Summary: A modernist sans serif font
Name: manrope-fonts
Version: 1
Release: 3%{?dist}
License: OFL
URL: https://manropefont.com/
Source0: https://manropefont.com/manrope.zip
Source1: README.md
BuildArch: noarch
%description
Manrope modern geometric sans-serif
%prep
yes A | %autosetup -c
%build
%install
install -d %{buildroot}%{_datadir}/fonts/manrope
install -pm 644 fonts/otf/*.otf %{buildroot}%{_datadir}/fonts/manrope
install -pm 644 fonts/ttf/*.ttf %{buildroot}%{_datadir}/fonts/manrope
install -pm 644 fonts/variable/Manrope* %{buildroot}%{_datadir}/fonts/manrope
install -pm 0644 %SOURCE1 README.md
# Install licenses
mkdir -p licenses
install -pm 0644 %SOURCE1 licenses/LICENSE
%files
%doc README.md
%doc documentation.html
%license licenses/LICENSE
%{_datadir}/fonts/manrope/*
%changelog
* Tue Jan 10 2023 Cappy Ishihara <cappy@cappuchino.xyz> - 1-3
- Ported from tauOS
* Sat May 14 2022 Jamie Murphy <jamie@fyralabs.com> - 1-1
- Fix specfile
* Sat May 14 2022 Lains <lainsce@airmail.cc> - 1-1
- Initial release