summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c5132365df43378a5e10631714eed4f3074f16fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: 
# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: Emilien Devos (unixfox) <contact@emiliendevos.be>

pkgname=nodejs-haraka
pkgver=2.8.25
pkgrel=2
pkgdesc='A fast, highly extensible, and event driven SMTP server'
arch=(i686 x86_64)
url=http://haraka.github.io/
license=(MIT)
depends=(nodejs)
makedepends=(npm)
conflicts=(haraka)
options=(!strip)

package() {
  npm install -g --prefix="$pkgdir"/usr Haraka@$pkgver
  find "$pkgdir"/usr -type d -exec chmod 755 {} +
}