[arch-commits] Commit in (blanket blanket/trunk blanket/trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat May 22 22:44:25 UTC 2021


    Date: Saturday, May 22, 2021 @ 22:44:25
  Author: bgyorgy
Revision: 942377

Move blanket from AUR

Added:
  blanket/
  blanket/trunk/
  blanket/trunk/PKGBUILD

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

Added: blanket/trunk/PKGBUILD
===================================================================
--- blanket/trunk/PKGBUILD	                        (rev 0)
+++ blanket/trunk/PKGBUILD	2021-05-22 22:44:25 UTC (rev 942377)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
+
+pkgname=blanket
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Improve focus and increase your productivity by listening to different sounds'
+arch=('any')
+url='https://github.com/rafaelmardojai/blanket'
+license=('GPL3')
+depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 'gst-python' 'libhandy' 'python-gobject')
+makedepends=('appstream-glib' 'meson')
+source=("https://github.com/rafaelmardojai/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('fbb5f34a704840c50bb5b29f6fae69a2f37677d88db717b79e6bf6fdd625d9eb')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list