# 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=392c29de0acdd5d309023c9f15df49eeb063a2fa
pkgrel=11
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
  mkdir -p ${HOME}/.emacs.d/elpa
  make
}
package() {
  cd "$srcdir"/$pkgname
  make install PREFIX="$pkgdir"/usr
}
