25 lines
816 B
Bash
25 lines
816 B
Bash
# Template file for 'font-adobe-source-code-pro'
|
|
pkgname=font-adobe-source-code-pro
|
|
version=2.042
|
|
revision=1
|
|
_version="${version}R-u/1.062R-i/1.026R-vf"
|
|
depends="font-util"
|
|
short_desc="Monospaced font family for user interface and coding environments"
|
|
maintainer="Piero La Terza <platerza@protonmail.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://adobe-fonts.github.io/source-code-pro/"
|
|
distfiles="https://github.com/adobe-fonts/source-code-pro/archive/${_version}.tar.gz"
|
|
checksum=19d2c07eff0d91927c47a482c38e591ba855664fc65440006fb65d0157841249
|
|
font_dirs="/usr/share/fonts/OTF/"
|
|
|
|
do_install() {
|
|
for i in ${wrksrc}/*/*.otf; do
|
|
vinstall $i 644 usr/share/fonts/OTF/
|
|
done
|
|
}
|
|
|
|
font-sourcecodepro_package() {
|
|
build_style=meta
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|