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

Brett Cornwall ainola at archlinux.org
Sun Dec 9 23:22:21 UTC 2018


    Date: Sunday, December 9, 2018 @ 23:22:20
  Author: ainola
Revision: 413481

Pull Mako from AUR (7 votes)

Added:
  mako/
  mako/repos/
  mako/trunk/
  mako/trunk/PKGBUILD

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

Added: mako/trunk/PKGBUILD
===================================================================
--- mako/trunk/PKGBUILD	                        (rev 0)
+++ mako/trunk/PKGBUILD	2018-12-09 23:22:20 UTC (rev 413481)
@@ -0,0 +1,29 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Contributor: Drew DeVault
+
+pkgname=mako
+pkgver=1.2
+pkgrel=3
+license=('MIT')
+pkgdesc='Lightweight notification daemon for Wayland'
+makedepends=("meson" "scdoc" "wayland-protocols")
+depends=(
+	"cairo"
+	"libsystemd"
+	"pango"
+	"wayland"
+)
+arch=("x86_64")
+url='https://mako-project.org'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('56f083e355295cf11831f4c3f54a95b04df1a352232ab24b0cd30c3255949e0f')
+
+build() {
+	arch-meson "$pkgname-$pkgver" build
+	ninja -C build
+}
+
+package() {
+	DESTDIR="$pkgdir" ninja -C build install
+	install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list