mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 15:32:21 +01:00
22 lines
568 B
Plaintext
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
|
|
|
|
}
|