[arch-commits] Commit in (5 files)

Alexander Rødseth arodseth at archlinux.org
Wed Nov 14 13:59:21 UTC 2018


    Date: Wednesday, November 14, 2018 @ 13:59:20
  Author: arodseth
Revision: 407470

Add grim, a screenshot utility

grim-git has 11 votes and 4.78 popularity on AUR

Added:
  grim/
  grim/repos/
  grim/repos/community-x86_64/
  grim/trunk/
  grim/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: grim/trunk/PKGBUILD
===================================================================
--- grim/trunk/PKGBUILD	                        (rev 0)
+++ grim/trunk/PKGBUILD	2018-11-14 13:59:20 UTC (rev 407470)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: emersion <contact at emersion.fr>
+
+pkgname=grim
+pkgver=0.0.0
+pkgrel=1
+pkgdesc='Screenshot utility that works under Wayland'
+arch=('x86_64')
+url='https://github.com/emersion/grim'
+license=('MIT')
+depends=('libjpeg-turbo' 'pango' 'wayland' 'wayland-protocols')
+makedepends=('git' 'meson' 'ninja')
+source=("git+$url#commit=61df6f0a9531520c898718874c460826bc7e2b42")
+sha256sums=('SKIP')
+
+build() {
+  meson --prefix=/usr build "$pkgname"
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:
+



More information about the arch-commits mailing list