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

recipes/gui/xorg-xclock/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: 'xorg-xclock'
pkgver: '1.2.1'
pkgrel: '1'
pkgdesc: 'clock analog for X mainly pout tester all X'
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- 'xorg-libxft'
- 'xorg-server'
- 'xorg-libxaw'
- 'xorg-libxmu'

source:
- 'https://ftp.x.org/pub/individual/app/xclock-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd xclock-1.2.1
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make

package: |
  cd xclock-1.2.1
  make DESTDIR="${PKGDIR}" install