New package: mutt-kz-20130402
This commit is contained in:
parent
a06181186e
commit
78cf6bf3c1
1 changed files with 29 additions and 0 deletions
29
srcpkgs/mutt-kz/template
Normal file
29
srcpkgs/mutt-kz/template
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue