[arch-commits] Commit in neomutt/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jan 4 22:53:20 UTC 2018


    Date: Thursday, January 4, 2018 @ 22:53:19
  Author: bpiotrowski
Revision: 278695

archrelease: copy trunk to community-staging-x86_64

Added:
  neomutt/repos/community-staging-x86_64/
  neomutt/repos/community-staging-x86_64/PKGBUILD
    (from rev 278694, neomutt/trunk/PKGBUILD)

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

Copied: neomutt/repos/community-staging-x86_64/PKGBUILD (from rev 278694, neomutt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-01-04 22:53:19 UTC (rev 278695)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Chris Salzberg <chris at dejimata.com>
+# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
+
+pkgname=neomutt
+pkgver=20171215
+pkgrel=2
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('mailcap' 'notmuch-runtime' 'lua')
+optdepends=('urlview: for url menu'
+            'python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz"
+        "https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig")
+sha256sums=('7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5'
+            'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon (flatcap) <rich at flatcap.org>
+
+build() {
+    cd "$pkgname-$pkgname-$pkgver"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --libexecdir=/usr/lib \
+        --gpgme \
+        --enable-lua \
+        --notmuch \
+        --gss \
+        --ssl \
+        --sasl \
+        --with-ui=ncurses \
+        --with-idn=/usr \
+        --gdbm
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list