Package Details: mu 1.12.6-2

Git Clone URL: https://aur.archlinux.org/mu.git (read-only, click to copy)
Package Base: mu
Description: Maildir indexer/searcher and Emacs client (mu4e)
Upstream URL: http://www.djcbsoftware.nl/code/mu
Licenses: GPL-3.0-or-later
Submitter: xyproto
Maintainer: mroethke
Last Packager: mroethke
Votes: 46
Popularity: 0.133699
First Submitted: 2019-03-27 09:21 (UTC)
Last Updated: 2024-07-29 07:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

nac commented on 2019-04-09 01:45 (UTC)

The package builds just fine without emacs as a makedepend. Can you please remove it?

emacsomancer commented on 2019-04-07 19:00 (UTC) (edited on 2019-04-07 19:02 (UTC) by emacsomancer)

# Maintainer:
# Contributor: Pierre Neidhardt <ambrevar@gmail.com>
# Contributor: csllbr; Popsch <popsch@gmx.net>

pkgname=mu
pkgver=1.2
pkgrel=1
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
arch=("x86_64")
url="<http://www.djcbsoftware.nl/code/mu>"
license=("GPL")
depends=("gmime3" "xapian-core" "guile2.0")
makedepends=("emacs")
optdepends=("guile: guile support"
"emacs: mu4e support")
source=("<https://github.com/djcb/mu/archive/>$pkgver.tar.gz")
md5sums=('5e7d7c3549b9428ec0b5ea7d374b6d0d')

build() { 
   cd "$pkgname-$pkgver"
 autoreconf -i
./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e --enable-guile
}

package() {
 cd "$pkgname-$pkgver"
 make DESTDIR="$pkgdir" install
}