bitchx: fix license

This commit is contained in:
Colin Booth 2021-03-25 14:16:31 -07:00 committed by Érico Nogueira
parent fbe1b7c250
commit add2f9e880
1 changed files with 7 additions and 3 deletions

View File

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