# Template file for 'ncftp'
pkgname=ncftp
version=3.3.0
revision=1
build_style=gnu-configure
short_desc="Set of application programs implementing the File Transfer Protocol"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ClArtistic"
homepage="http://www.ncftp.com/ncftp/"
distfiles="https://www.ncftp.com/public_ftp/ncftp/${pkgname}-${version}-src.tar.gz"
checksum=7920f884c2adafc82c8e41c46d6f3d22698785c7b3f56f5677a8d5c866396386

_older_version="https://www.ncftp.com/public_ftp/ncftp/older_versions/"
case "$XBPS_DISTFILES_MIRROR" in
	*"${_older_version}"*) ;;
	*)
	XBPS_DISTFILES_MIRROR+=" https://www.ncftp.com/public_ftp/ncftp/older_versions/"
	;;
esac

post_install() {
	vlicense doc/LICENSE.txt
}
