2012-08-22 00:10:24 +10:00
|
|
|
# Description: A beautiful sans-serif monotype font designed for code listings.
|
2020-06-21 20:21:42 +10:00
|
|
|
# URL: https://www.levien.com/type/myfonts/inconsolata.html
|
2014-11-10 23:25:50 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2019-03-03 00:33:12 +01:00
|
|
|
# Depends on: xorg-mkfontscale fontconfig
|
2012-08-22 00:10:24 +10:00
|
|
|
|
|
|
|
name=xorg-font-inconsolata-dz
|
2020-12-05 13:52:28 +11:00
|
|
|
version=20201205
|
2012-08-22 00:10:24 +10:00
|
|
|
release=1
|
2020-12-05 13:52:28 +11:00
|
|
|
source=(https://nodnod.net/posts/inconsolata-dz/files/Inconsolata-dz.otf)
|
2012-08-22 00:10:24 +10:00
|
|
|
|
|
|
|
build() {
|
|
|
|
install -m 0644 -D $SRC/Inconsolata-dz.otf $PKG/usr/share/fonts/X11/OTF/Inconsolata-dz.otf
|
|
|
|
}
|