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

recipes/gui/glbinding/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: glbinding
pkgver: '3.5.0'
pkgrel: '1'
pkgdesc: A C++ binding for the OpenGL API, generated using the gl.xml specification.
url: 'https://www.glbinding.org'
arch: x86_64
depends: []
makedepends:
- cmake
- doxygen
- mesa
- libglade
source:
- 'https://github.com/cginternals/${pkgname}/archive/v${pkgver}.tar.gz'
sha256sums:
- bb39a97d5d94f70fe6e9c2152e0d8d760758bb031b352e1707fa90f00a43fc69
build: |
  cd ${pkgname}-${pkgver}

  rm -rf build
  mkdir build
  cd ${pkgname}-${pkgver}/build
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None \
    -DOPTION_BUILD_TESTS=OFF
  make
  make DESTDIR=${PKGDIR} install
package: |
  true