2019-07-19 19:01:08 +02:00

22 lines
568 B
Plaintext

# Description: a free and open-source monospace typeface with 400+ characters
# URL: https://undefined-medium.com/
# Packager: jolupa, jlpavon at me dot com
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: fontconfig
name=font-undefined-medium
_name=undefined-medium
version=1.0
release=1
source=(https://github.com/andirueckel/$_name/archive/v$version.tar.gz)
build() {
cd $_name-$version
install -d $PKG/usr/share/fonts/{OTF,TTF}
install -m644 fonts/otf/*.otf $PKG/usr/share/fonts/OTF
install -m644 fonts/ttf/*.ttf $PKG/usr/share/fonts/TTF
}