🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334
pkgname: grim
pkgver: '1.4.0'
pkgrel: '1'
pkgdesc: 'Grim - robienie zrzutow ekranu pod Wayland'
url: 'https://github.com/emersion/grim'
arch: x86_64
license:
- 'MIT'
depends:
- 'wayland'
- 'libpng'
makedepends:
- meson
- ninja
- wayland-protocols
- 'libpng'
source:
- 'https://github.com/emersion/grim/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd grim-${pkgver}
meson setup build --prefix=/usr -Dman-pages=disabled
ninja -C build
DESTDIR=${PKGDIR} meson install -C build
package: |
true