[arch-commits] Commit in minder (3 files)
Balló György
bgyorgy at archlinux.org
Fri Jul 10 11:24:07 UTC 2020
Date: Friday, July 10, 2020 @ 11:24:07
Author: bgyorgy
Revision: 663078
archrelease: copy trunk to community-x86_64
Added:
minder/repos/
minder/repos/community-x86_64/
minder/repos/community-x86_64/PKGBUILD
(from rev 663077, minder/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: minder/repos/community-x86_64/PKGBUILD (from rev 663077, minder/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-10 11:24:07 UTC (rev 663078)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=minder
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Mind-mapping application designed for elementary OS'
+arch=(x86_64)
+url='https://github.com/phase1geo/Minder'
+license=(GPL3)
+depends=(discount granite gtksourceview3 libarchive)
+makedepends=(meson vala)
+source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz")
+sha256sums=('33256914193327d7f5c7b8a11fbd86711863fb5f27200e5728d5449b55cd0d43')
+
+build() {
+ arch-meson Minder-$pkgver build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list