[arch-commits] Commit in blanket (3 files)
Balló György
bgyorgy at archlinux.org
Sat May 22 22:46:27 UTC 2021
Date: Saturday, May 22, 2021 @ 22:46:27
Author: bgyorgy
Revision: 942380
archrelease: copy trunk to community-any
Added:
blanket/repos/
blanket/repos/community-any/
blanket/repos/community-any/PKGBUILD
(from rev 942379, blanket/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: blanket/repos/community-any/PKGBUILD (from rev 942379, blanket/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD (rev 0)
+++ repos/community-any/PKGBUILD 2021-05-22 22:46:27 UTC (rev 942380)
@@ -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