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

recipes/gui/cairomm-gtk-4/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: cairomm-gtk-4
pkgver: '1.18.0'
pkgrel: '3'
pkgdesc: Provides a C++ interface to Cairo
url: 'https://cairographics.org/'
arch: x86_64
license:
- LGPL
- MPL
depends: []
makedepends:
- cairo
- libsigc++-3
source:
- 'https://cairographics.org/releases/cairomm-${pkgver}.tar.xz'
sha256sums:
- b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb
build: |
  cd cairomm-${pkgver}

  mkdir bld
  cd    bld

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

  ninja

  DESTDIR=${PKGDIR} ninja install
package: |
  true