🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: 'xorg-xcursorgen'
pkgver: '1.0.9'
pkgrel: '1'
pkgdesc: 'The Xorg applications provide the applications available in X Window implementations.'
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- 'xorg-libx11'
- 'xorg-libxcursor'
- libpng
source:
- 'https://ftp.x.org/pub/individual/app/xcursorgen-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname/xorg-/}-1.0.9
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
package: |
cd ${pkgname/xorg-/}-1.0.9
make DESTDIR="${PKGDIR}" install