🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: 'xcb-util-keysyms'
pkgver: '0.4.1'
pkgrel: '2'
pkgdesc: 'Library for handling standard X key constants and conversion to/from keycodes.'
url: 'https://xcb.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- libxcb
source:
- 'https://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libxcb-keysyms.la
package: |
true