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

Balló György bgyorgy at archlinux.org
Fri Jul 10 09:35:32 UTC 2020


    Date: Friday, July 10, 2020 @ 09:35:32
  Author: bgyorgy
Revision: 663071

Move lifeograph from AUR with 10 votes

Added:
  lifeograph/
  lifeograph/trunk/
  lifeograph/trunk/PKGBUILD

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

Added: lifeograph/trunk/PKGBUILD
===================================================================
--- lifeograph/trunk/PKGBUILD	                        (rev 0)
+++ lifeograph/trunk/PKGBUILD	2020-07-10 09:35:32 UTC (rev 663071)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Alex Dewar <alex.dewar at gmx.co.uk>
+
+pkgname=lifeograph
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="Private journal, diary and note taking application"
+arch=(x86_64)
+license=(GPL3)
+url="http://lifeograph.sourceforge.net/"
+depends=(enchant gtkmm3)
+makedepends=(meson)
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('7e40678600587156635da3bffae72694711c25290acf924025cfd14b970ed7cd')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list