void-packages/srcpkgs/bitchx-git/template
2014-09-19 18:03:07 +00:00

19 lines
574 B
Text

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