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

recipes/gui/mako/PAGBUILD.yaml main

36 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536
pkgname: mako
pkgver: '1.11.0'
pkgrel: '1'
pkgdesc: 'Mako - lekki demon powiadomien dla Wayland'
url: 'https://github.com/emersion/mako'
arch: x86_64
license:
- 'MIT'

depends:
- 'wayland'
- 'cairo'
- 'pango'
makedepends:
- meson
- ninja
- wayland-protocols
- 'cairo'
- 'pango'


source:
- 'https://github.com/emersion/mako/archive/refs/tags/v${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd mako-${pkgver}
  meson setup build --prefix=/usr -Dman-pages=disabled
  ninja -C build
  DESTDIR=${PKGDIR} meson install -C build
  

package: |
  true