Skip to content

Commit

Permalink
font-adobe-source-code-pro: update to 2.038R.
Browse files Browse the repository at this point in the history
  • Loading branch information
travankor committed Mar 18, 2021
1 parent 0ecfb8e commit 02e7c9c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions srcpkgs/font-adobe-source-code-pro/template
@@ -1,21 +1,25 @@
# Template file for 'font-adobe-source-code-pro'
pkgname=font-adobe-source-code-pro
version=2.030R
revision=3
wrksrc="source-code-pro-${version}-ro-1.050R-it"
version=2.038R
revision=1
wrksrc="1.018R-VAR"
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}-ro/1.050R-it.tar.gz"
checksum=a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b
distfiles="https://github.com/adobe-fonts/source-code-pro/archive/${version}-ro/1.058R-it/1.018R-VAR.tar.gz"
checksum=d8f879fefd66ecb7291ea2d73984b9c0a97fb499424e58290ba6b81787d0c725
font_dirs="/usr/share/fonts/OTF/"

do_install() {
for i in ${wrksrc}/OTF/*.otf; do
vinstall $i 644 usr/share/fonts/OTF/
done

for i in ${wrksrc}/VAR/*.otf; do
vinstall $i 644 usr/share/fonts/OTF/
done
}

font-sourcecodepro_package() {
Expand Down

0 comments on commit 02e7c9c

Please sign in to comment.