# Template file for 'bitchx-git' pkgname=bitchx-git version=20140531 revision=1 build_style=gnu-configure configure_args="--with-ssl --enable-ipv6 --with-plugins" makedepends="openssl-devel ncurses-devel" short_desc="An simple IRC (Internet Relay Chat)" maintainer="Ypnose " license="GPL2" homepage="https://github.com/BitchX/BitchX" do_fetch() { local url="git://github.com/BitchX/BitchX" msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} }