18 lines
595 B
Plaintext
18 lines
595 B
Plaintext
# Description: A set of monospaced OpenType fonts designed for coding environments
|
|
# URL: http://sourceforge.net/projects/sourcecodepro.adobe/
|
|
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
|
|
# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
|
|
|
|
name=xorg-font-sourcecode-otf
|
|
version=1.017
|
|
release=1
|
|
source=(http://sourceforge.net/projects/sourcecodepro.adobe/files/SourceCodePro_FontsOnly-$version.zip)
|
|
|
|
build() {
|
|
cd SourceCodePro_FontsOnly-$version
|
|
|
|
install -d -m 0755 $PKG/usr/share/fonts/X11/OTF
|
|
install -m 0644 OTF/*.otf $PKG/usr/share/fonts/X11/OTF
|
|
|
|
}
|