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

recipes/gui/slurp/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: slurp
pkgver: '1.5.0'
pkgrel: '1'
pkgdesc: 'Slurp - zaznaczanie regionu ekranu pod Wayland'
url: 'https://github.com/emersion/slurp'
arch: x86_64
license:
- 'MIT'

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


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

sha256sums:
- SKIP

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

package: |
  true