Skip to content
Snippets Groups Projects
Unverified Commit 974ddf1e authored by Rasmus Thomsen's avatar Rasmus Thomsen Committed by TBK
Browse files

testing/font-adobe-source-code-pro: new aport

It's the default GNOME monospace font

Closes: GH-7379
parent be79083a
No related branches found
No related tags found
No related merge requests found
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=font-adobe-source-code-pro
pkgver=2.030
_italic_ver=1.050
pkgrel=0
pkgdesc="Monospaced font family for user interface and coding environments"
url="https://adobe-fonts.github.io/source-code-pro/"
arch="noarch"
license="OFL-1.1"
depends="font-util"
options="!check"
source="https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R-ro/${_italic_ver}R-it.tar.gz"
builddir="$srcdir/source-code-pro-${pkgver}R-ro-${_italic_ver}R-it"
package() {
for x in "$builddir"/OTF/*.otf; do
install -d "$pkgdir/usr/share/fonts/OTF/"
install -m644 "$x" "$pkgdir/usr/share/fonts/OTF"
done
}
sha512sums="e4ff04ac926e07f4cfa824d3ff4c6c9475c5e0a4172ed055aac8c80378f79c0c5838214377a7ea3bc2bb3997804f5a1420abaae7bf13c6e4a4ffe6f82d01a2e3 1.050R-it.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment