archrelease: copy trunk to community-any
[arch-community.git] / semi / trunk / PKGBUILD
blobf6cc7146e10ac3fdb64e699a7c837039e1d834c2
1 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
2 # Contributor: Norberto Lopes <shelika@mail.telepac.pt>
4 pkgname=semi
5 pkgver=1.14.6
6 _commit=509f6f0bc2f5d020c63e47d9ad89410dc20bcb6f
7 pkgrel=9
8 pkgdesc="A library to provide MIME feature for GNU Emacs."
9 arch=(any)
10 url="https://github.com/wanderlust/semi"
11 license=('GPL')
12 depends=('emacs' 'emacs-apel>=10.7' 'flim>=1.6.0')
13 makedepends=('git')
14 source=("git+https://github.com/wanderlust/semi#commit=${_commit}")
15 sha256sums=('SKIP')
17 build() {
18   cd "$srcdir"/semi
19   make
22 package() {
23   cd "$srcdir"/semi
24   make install PREFIX="$pkgdir"/usr