vp-build/srcpkgs/bitchx/template

22 lines
589 B
Bash

# Template file for 'bitchx'
pkgname=bitchx
version=1.2.1
revision=17
build_style=gnu-configure
configure_args="--with-ssl --with-ipv6 --with-plugins"
makedepends="openssl-devel ncurses-devel"
short_desc="Simple IRC client (Internet Relay Chat)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://bitchx.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=2d270500dd42b5e2b191980d584f6587ca8a0dbda26b35ce7fadb519f53c83e2
disable_parallel_build=yes
CFLAGS="-fcommon"
post_install() {
vlicense COPYRIGHT
}