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

recipes/gui/otto/PAGBUIL.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: layers
pkgver: '1.17.0'
pkgrel: '1'
pkgdesc: 'laye-rs animated scene graph and rendering engine'
url: 'https://github.com/nongio/layers'
arch: x86_64
license:
- MIT
depends: []
makedepends:
- rustc
- cmake
- make
- pkgconf
- xorg-libdrm
- mesa
- wayland
source:
- 'https://github.com/nongio/layers/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd layers-${pkgver}
  cargo build --release --locked
package: |
  cd layers-${pkgver}
  install -Dm755 target/release/liblayers.so ${PKGDIR}/usr/lib/liblayers.so
  install -Dm644 target/layers.h ${PKGDIR}/usr/include/layers.h
  install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE