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

Alad Wenter alad at archlinux.org
Sat Oct 14 15:16:30 UTC 2017


    Date: Saturday, October 14, 2017 @ 15:16:29
  Author: alad
Revision: 262750

archrelease: copy trunk to community-testing-x86_64

Added:
  neomutt/repos/community-testing-x86_64/
  neomutt/repos/community-testing-x86_64/PKGBUILD
    (from rev 262749, neomutt/trunk/PKGBUILD)

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

Copied: neomutt/repos/community-testing-x86_64/PKGBUILD (from rev 262749, neomutt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-10-14 15:16:29 UTC (rev 262750)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Chris Salzberg <chris at dejimata.com>
+# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
+
+pkgname=neomutt
+pkgver=20171013
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('mime-types' 'notmuch-runtime' 'lua')
+optdepends=('urlview: for url menu'
+            'python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt')
+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=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
+            'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon (flatcap) <rich at flatcap.org>
+
+prepare() {
+    cd "$pkgname-$pkgname-$pkgver"
+    autoreconf -i
+}
+
+build() {
+    cd "$pkgname-$pkgname-$pkgver"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --enable-debug \
+        --enable-gpgme \
+        --enable-lua \
+        --enable-notmuch \
+        --with-gss=/usr \
+        --with-ssl=/usr \
+        --with-sasl \
+        --with-curses=/usr \
+        --with-idn \
+        --with-gdbm
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list