[arch-commits] Commit in (mu mu/repos mu/trunk mu/trunk/PKGBUILD mu/trunk/mu.install)

Pierre Neidhardt ambrevar at archlinux.org
Thu Jul 20 20:27:56 UTC 2017


    Date: Thursday, July 20, 2017 @ 20:27:55
  Author: ambrevar
Revision: 245864

Init

Added:
  mu/
  mu/repos/
  mu/trunk/
  mu/trunk/PKGBUILD
  mu/trunk/mu.install

------------+
 PKGBUILD   |   28 ++++++++++++++++++++++++++++
 mu.install |   14 ++++++++++++++
 2 files changed, 42 insertions(+)

Added: mu/trunk/PKGBUILD
===================================================================
--- mu/trunk/PKGBUILD	                        (rev 0)
+++ mu/trunk/PKGBUILD	2017-07-20 20:27:55 UTC (rev 245864)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: csllbr; Popsch <popsch at gmx.net>
+
+pkgname=mu
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
+arch=("i686" "x86_64")
+url="http://www.djcbsoftware.nl/code/mu"
+license=("GPL")
+depends=("gmime" "xapian-core")
+makedepends=("emacs")
+optdepends=("guile: guile support"
+	"emacs: mu4e support")
+install="$pkgname.install"
+source=("https://github.com/djcb/mu/archive/$pkgver.tar.gz")
+md5sums=('3b0f9ae97432f589d166afa93204545d')
+
+build() {
+	cd "$pkgname-$pkgver"
+	autoreconf -i
+	./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}

Added: mu/trunk/mu.install
===================================================================
--- mu/trunk/mu.install	                        (rev 0)
+++ mu/trunk/mu.install	2017-07-20 20:27:55 UTC (rev 245864)
@@ -0,0 +1,14 @@
+post_install() {
+	cat << EOF
+==> In order to use mu4e, add the following lines to your ~/.emacs file:
+
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
+(require 'mu4e)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+	post_install $1
+}



More information about the arch-commits mailing list