# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Norberto Lopes <shelika@mail.telepac.pt>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>

pkgname=flim
pkgver=1.14.9
_commit=02735dede6603987e8309a76d0bc7a9ff9a5a227
pkgrel=10
pkgdesc="A library to provide basic features about message representation or encoding."
arch=('any')
url="https://github.com/wanderlust/flim"
license=('GPL')
depends=('emacs' 'emacs-apel>=10.7')
makedepends=('git')
source=("git+https://github.com/wanderlust/flim#commit=${_commit}")
sha256sums=('SKIP')

build() {
  cd "$srcdir"/$pkgname
  make
}
package() {
  cd "$srcdir"/$pkgname
  make install PREFIX="$pkgdir"/usr
}
