mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: font-inter-3.19
This commit is contained in:
parent
42dd5259bc
commit
02021abc53
1 changed files with 19 additions and 0 deletions
19
srcpkgs/font-inter/template
Normal file
19
srcpkgs/font-inter/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'font-inter'
|
||||||
|
pkgname=font-inter
|
||||||
|
version=3.19
|
||||||
|
revision=1
|
||||||
|
depends="font-util"
|
||||||
|
short_desc="Variable typeface carefully crafted & designed for computer screens"
|
||||||
|
maintainer="Robin Lundgren <linkert@onan.in>"
|
||||||
|
license="OFL-1.1"
|
||||||
|
homepage="https://rsms.me/inter/"
|
||||||
|
distfiles="https://github.com/rsms/inter/releases/download/v${version}/Inter-${version}.zip"
|
||||||
|
checksum=150ab6230d1762a57bebf35dfc04d606ff91598a31d785f7f100356ecdcc0032
|
||||||
|
|
||||||
|
font_dirs="/usr/share/fonts/OTF/inter"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/fonts/OTF/inter
|
||||||
|
vcopy *Desktop/*.otf usr/share/fonts/OTF/inter
|
||||||
|
vlicense LICENSE.txt LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue