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

recipes/gui/peek/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: peek
pkgver: '1.5.1'
pkgrel: '2'
pkgdesc: Simple screen recorder with an easy to use interface
url: 'https://github.com/phw/peek'
arch: x86_64
depends: []
makedepends:
- gtk3
- keybinder3
- ffmpeg
- imagemagick
- gstreamer-plugins-good
- gstreamer-plugins-ugly
- cmake
- vala
- txt2man
- meson
- ninja
source:
- 'https://github.com/phw/${pkgname}/archive/${pkgver}.tar.gz'
sha256sums:
- d2b52297d3941db2f10ad4dd00a6d5606728c0fee6af5f1594a036f88e478237
build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true peek-1.5.1 builddir
  meson compile -C builddir
package: |
  DESTDIR="${PKGDIR}" meson install -C builddir