From b44d2c6a22dba21e956478f79f83d2624965fe23 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Nov 2014 18:20:20 +0100 Subject: [PATCH] bitchx-git: removed; we do have a stable pkg now. --- srcpkgs/bitchx-git/template | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 srcpkgs/bitchx-git/template diff --git a/srcpkgs/bitchx-git/template b/srcpkgs/bitchx-git/template deleted file mode 100644 index 85e30e3a0a..0000000000 --- a/srcpkgs/bitchx-git/template +++ /dev/null @@ -1,20 +0,0 @@ -# Template file for 'bitchx-git' -pkgname=bitchx-git -version=20140919 -revision=2 -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 " -license="GPL2" -homepage="https://github.com/BitchX/BitchX" -provides="bitchx-${version}_${revision}" -replaces="bitchx>=0" - -do_fetch() { - local url="git://github.com/BitchX/BitchX" - msg_normal "Fetching source from $url ...\n" - git clone ${url} ${pkgname}-${version} -}