mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: font-latinmodern-math-1.959
This commit is contained in:
parent
73a621204c
commit
41d8231561
1 changed files with 18 additions and 0 deletions
18
srcpkgs/font-latinmodern-math/template
Normal file
18
srcpkgs/font-latinmodern-math/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'font-latinmodern-math'
|
||||
pkgname=font-latinmodern-math
|
||||
version=1.959
|
||||
revision=1
|
||||
depends="font-util"
|
||||
short_desc="Improved version of Computer Modern math font as used in LaTeX"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="custom:GFL"
|
||||
homepage="https://www.gust.org.pl/projects/e-foundry/lm-math"
|
||||
distfiles="https://www.gust.org.pl/projects/e-foundry/lm-math/download/latinmodern-math-${version//./}.zip"
|
||||
checksum=aaaa060b4ffc091461e875efb9498b9abfa7c7a48f38eb33882868839903a4f8
|
||||
font_dirs="/usr/share/fonts/latinmodern"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/latinmodern
|
||||
vcopy otf/*.otf usr/share/fonts/latinmodern
|
||||
vlicense doc/GUST-FONT-LICENSE.txt
|
||||
}
|
Loading…
Add table
Reference in a new issue