void-packages/srcpkgs/weechat/template

35 lines
1.2 KiB
Plaintext

# Template file for 'weechat'
pkgname=weechat
version=0.3.6
homepage="http://www.weechat.org"
distfiles="${homepage}/files/src/$pkgname-$version.tar.bz2"
build_style=cmake
revision=1
short_desc="Fast, light and extensible IRC client (curses UI)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
checksum=6c367e36fb76de318410f0bc5f2043056155ffe1372c121c1f90520b4645a27e
long_desc="
WeeChat is:
- modular: a lightweight core with plugins around
- multi-protocols: IRC and Jabber (other soon)
- extensible: C plugins and scripts (Perl, Python, Ruby, Lua and Tcl)
- free software: released under GPLv3 license
- fully documented: user's guide, API, FAQ,.. translated in many languages"
subpackages="$pkgname-aspell $pkgname-devel $pkgname-perl $pkgname-python"
subpackages="${subpackages} $pkgname-ruby $pkgname-tcl $pkgname-lua"
Add_dependency build cmake
Add_dependency build gettext
Add_dependency build perl
Add_dependency build pkg-config
Add_dependency build aspell-devel
Add_dependency build gnutls-devel
Add_dependency build libgcrypt-devel
Add_dependency build python-devel
Add_dependency build ruby-devel
Add_dependency build tcl-devel
Add_dependency build lua-devel