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

recipes/gui/xorg-font-util/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: xorg-font-util
pkgver: '1.4.2'
pkgrel: '1'
pkgdesc: Utilities for the polices print of X
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://ftp.x.org/pub/individual/font/font-util-${pkgver}.tar.xz'
sha256sums:
- 02e4f8afdcf03cc8372ca9c37aa104b1e36b47722dbc79531be08f0a4c622999
build: |
  cd font-util-${pkgver}

  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

  make
  make DESTDIR=${PKGDIR} install
package: |
  true