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 <[email protected]>
+# Contributor: Chris Salzberg <[email protected]>
+# Contributor: Leonidas Spyropoulos <[email protected]>
+
+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) <[email protected]>
+
+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
+}

Reply via email to