From 9c0aaf95bfaeaf7b6bbee6716e4b743e4397ef5e Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 31 May 2014 12:41:32 +0200 Subject: [PATCH] New package: bitchx-git --- srcpkgs/bitchx-git/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/bitchx-git/template diff --git a/srcpkgs/bitchx-git/template b/srcpkgs/bitchx-git/template new file mode 100644 index 00000000000..0d80ce34567 --- /dev/null +++ b/srcpkgs/bitchx-git/template @@ -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 " +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} +}