🔒 Repository is read-only – file editing is disabled.

recipes/gui/adobe-source-code-pro-fonts/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: 'adobe-source-code-pro-fonts'
pkgver: '2.042'
pkgrel: '2'
pkgdesc: 'Monospaced font family for user interface and coding environments'
url: 'https://adobe-fonts.github.io/source-code-pro/'
arch: x86_64
license:
- 'SIL Open Font License 1.1'

depends: []
makedepends: []
source:
- 'https://github.com/adobe-fonts/source-code-pro/releases/download/2.042R-u%2F1.062R-i%2F1.026R-vf/OTF-source-code-pro-${pkgver}R-u_1.062R-i.zip'
- 'https://raw.githubusercontent.com/adobe-fonts/source-code-pro/release/LICENSE.md'

sha256sums:
- SKIP
- SKIP

build: |
  cd OTF

  install -Dt "${PKGDIR}/usr/share/fonts/adobe-source-code-pro" -m644 *.otf
  install -Dt "${PKGDIR}/usr/share/licenses/${pkgname}" -m644 ../LICENSE.md

package: |
  true