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

recipes/gui/libei/PAGBUILD.yaml main

43 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243
pkgname: libei
pkgver: '1.6.0'
pkgrel: '1'
pkgdesc: 'The libei package contains a set of libraries for handling emulated inputs.'
url: 'https://libinput.pages.freedesktop.org/libei/'
arch: x86_64
license:
- Custom

depends: []
makedepends:
- systemd
- 'python-attrs'
- 'python-jinja'
- libxkbcommon
- libevdev
- libxml2

source:
- 'https://gitlab.freedesktop.org/libinput/libei/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  mkdir build
  cd    build

  meson setup .. \
         --prefix=/usr          \
         --buildtype=release    \
         -Dtests=disabled

  ninja

  DESTDIR=${PKGDIR} ninja install

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

package: |
  true