New package: mutt-kz-20130402

This commit is contained in:
pancake 2013-04-24 13:10:50 +02:00
parent a06181186e
commit 78cf6bf3c1

29
srcpkgs/mutt-kz/template Normal file
View file

@ -0,0 +1,29 @@
# Template file for 'mutt-kz'
pkgname=mutt-kz
version=20130402
revision=1
makedepends="pkg-config openssl-devel ncurses-devel libidn-devel"
build_style=gnu-configure
short_desc="mutt fork with notmuch support and another improvements"
maintainer="pancake <pancake@nopcode.org>"
license="GPL-3"
homepage="https://github.com/karelzak/mutt-kz/"
nofetch=yes
noextract=yes
do_fetch() {
_githead=29d1357c66ef09642fd0fa8660b3f8173639d6c2
git clone git://github.com/karelzak/mutt-kz.git ${pkgname}-${version}
cd ${pkgname}-${version} ; git reset --hard ${_githead}
}
pre_configure() {
autoreconf -fi
}
mutt-kz_package() {
pkg_install() {
vmove usr
}
}