# Template file for 'libedit'
pkgname=libedit
version=20250104.3.1
revision=1
build_style=gnu-configure
# only check if man support nroff format
# all of our man supports nroff
configure_args="ac_cv_path_NROFF=/bin/true"
makedepends="ncurses-devel"
short_desc="Port of the NetBSD Command Line Editor Library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.thrysoee.dk/editline/"
distfiles="https://www.thrysoee.dk/editline/libedit-${version%%.*}-${version#*.}.tar.gz"
checksum=23792701694550a53720630cd1cd6167101b5773adddcb4104f7345b73a568ac

post_install() {
	vlicense COPYING
}

libedit-devel_package() {
	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove "usr/lib/*.a"
		vmove "usr/lib/*.so"
		vmove usr/share/man/man3
	}
}
