14 lines
433 B
Plaintext
14 lines
433 B
Plaintext
# Description: A beautiful sans-serif monotype font designed for code listings
|
|
# URL: https://nodnod.net/posts/inconsolata-dz
|
|
# Maintainer: unmaintained
|
|
# Depends on: fontconfig xorg-mkfontscale
|
|
|
|
name=xorg-font-inconsolata-dz
|
|
version=20201205
|
|
release=1
|
|
source=(https://nodnod.net/posts/inconsolata-dz/files/Inconsolata-dz.otf)
|
|
|
|
build() {
|
|
install -m 0644 -D $SRC/Inconsolata-dz.otf $PKG/usr/share/fonts/X11/OTF/Inconsolata-dz.otf
|
|
}
|