🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: 'xcb-proto'
pkgver: '1.17.0'
pkgrel: '4'
pkgdesc: 'XCB X protocol descriptions'
url: 'https://xcb.freedesktop.org'
arch: x86_64
license:
- Custom
depends: []
makedepends:
- python
source:
- 'https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true