15 lines
573 B
Plaintext
15 lines
573 B
Plaintext
# Description: A beautiful sans-serif monotype font designed for code listings.
|
|
# URL: https://www.levien.com/type/myfonts/inconsolata.html
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Depends on: xorg-mkfontscale fontconfig
|
|
|
|
name=xorg-font-inconsolata-dz
|
|
#date -d "$(curl -sI http://media.nodnod.net/Inconsolata-dz.otf.zip | grep '^Last-Modified:' | cut -d' ' -f2-)" +%Y%m%d
|
|
version=20090212
|
|
release=1
|
|
source=(http://media.nodnod.net/Inconsolata-dz.otf.zip)
|
|
|
|
build() {
|
|
install -m 0644 -D $SRC/Inconsolata-dz.otf $PKG/usr/share/fonts/X11/OTF/Inconsolata-dz.otf
|
|
}
|