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

recipes/gui/ttf-hack/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: 'ttf-hack'
pkgver: '3.003'
pkgrel: '4'
pkgdesc: 'A typeface designed for source code'
url: 'https://sourcefoundry.org/hack/'
arch: x86_64
depends:
- 'xorg-mkfontscale'

makedepends:
- 'xorg-fontconfig'
- 'xorg-encodings'
- 'xorg-font-util'

source:
- 'https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz'

sha256sums:
- SKIP

build: |
  install -Dm644 -t ${PKGDIR}/usr/share/fonts/TTF ./Hack-*.ttf

package: |
  true