New package: bitchx-git
This commit is contained in:
parent
9cc2e9de38
commit
9c0aaf95bf
1 changed files with 17 additions and 0 deletions
17
srcpkgs/bitchx-git/template
Normal file
17
srcpkgs/bitchx-git/template
Normal 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}
|
||||
}
|
Loading…
Reference in a new issue