pkgname=adobe-source-code-pro-fonts pkgver=2.042u+1.062i+1.026vf _relver=2.042R-u/1.062R-i/1.026R-vf pkgrel=1 pkgdesc="Monospaced font family for user interface and coding environments" arch=('x86_64') url="https://adobe-fonts.github.io/source-code-pro/" license=('OFL-1.1') source=(https://github.com/adobe-fonts/source-code-pro/archive/${_relver}/source-code-pro-${_relver//\//-}.tar.gz) sha256sums=(19d2c07eff0d91927c47a482c38e591ba855664fc65440006fb65d0157841249) package() { cd source-code-pro-${_relver//\//-} install -Dt ${pkgdir}/usr/share/fonts/${pkgname%-fonts} -m644 OTF/*.otf VF/*.otf }