bitchx-git: removed; we do have a stable pkg now.
This commit is contained in:
parent
fbc8baf28d
commit
b44d2c6a22
1 changed files with 0 additions and 20 deletions
|
@ -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 <linuxienATlegtuxDOTorg>"
|
||||
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}
|
||||
}
|
Loading…
Reference in a new issue