New package: bitchx-git

This commit is contained in:
Ypnose 2014-05-31 12:41:32 +02:00
parent 9cc2e9de38
commit 9c0aaf95bf
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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}
}