vp-build/srcpkgs/bitchx-git/template
2014-05-31 12:41:32 +02:00

18 lines
504 B
Plaintext

# 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 <linuxienATlegtuxDOTorg>"
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}
}