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

recipes/gui/thaifonts-scalable/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: 'thaifonts-scalable'
pkgver: '0.4.17'
pkgrel: '3'
pkgdesc: 'Thai fonts set'
url: 'https://linux.thai.net/projects/thaifonts-scalable/'
arch: x86_64
depends:
- 'xorg-mkfontscale'

makedepends:
- fontforge
- 'xorg-server'

source:
- 'https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  make
  make DESTDIR=${PKGDIR} install

package: |
  true