void-packages/srcpkgs/bitchx-git/template

21 lines
595 B
Text
Raw Normal View History

2014-05-31 10:41:32 +00:00
# Template file for 'bitchx-git'
pkgname=bitchx-git
2014-09-19 17:59:51 +00:00
version=20140919
revision=2
2014-05-31 10:41:32 +00:00
build_style=gnu-configure
configure_args="--with-ssl --enable-ipv6 --with-plugins"
hostmakedepends="git"
2014-07-14 13:04:59 +00:00
makedepends="libressl-devel ncurses-devel"
2014-05-31 10:47:48 +00:00
short_desc="A simple IRC client (Internet Relay Chat)"
2014-05-31 10:41:32 +00:00
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL2"
homepage="https://github.com/BitchX/BitchX"
2014-05-31 10:47:48 +00:00
provides="bitchx-${version}_${revision}"
replaces="bitchx>=0"
2014-05-31 10:41:32 +00:00
do_fetch() {
local url="git://github.com/BitchX/BitchX"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}