pkgname: libvncserver pkgver: '0.9.15' pkgrel: '1' pkgdesc: A cross-platform C libraries that allow you to easily implement VNC server url: 'https://libvnc.github.io/' arch: x86_64 depends: [] makedepends: - libjpeg-turbo - libpng - gnutls - libgcrypt - sdl source: - 'https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz' sha256sums: - 62352c7795e231dfce044beb96156065a05a05c974e5de9e023d688d8ff675d7 build: | cd ${pkgname}-${pkgver} mkdir -pv build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .. make make DESTDIR=${PKGDIR} install package: | true