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

recipes/gui/xcb-util-cursor/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: 'xcb-util-cursor'
pkgver: '0.1.6'
pkgrel: '1'
pkgdesc: 'XCB cursor library'
url: 'http://cgit.freedesktop.org/xcb/util-cursor'
arch: x86_64
license:
- 'Custom:MIT'

depends: []
makedepends:
- libxcb
- 'xcb-util-renderutil'
- 'xcb-util-image'

source:
- 'https://xorg.freedesktop.org/archive/individual/lib/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-*/
  ./configure --prefix=/usr

  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libxcb-cursor.la

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true