# Template file for 'nano'
pkgname=nano
version=9.0
revision=1
build_style=gnu-configure
configure_args="--enable-utf8"
hostmakedepends="pkg-config groff"
makedepends="file-devel ncurses-devel"
short_desc="GNU nano text editor"
maintainer="0x5c <dev@0x5c.io>"
license="GPL-3.0-or-later"
homepage="https://www.nano-editor.org/"
changelog="https://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
distfiles="https://www.nano-editor.org/dist/v${version%%.*}/nano-${version}.tar.xz"
checksum=9f384374b496110a25b73ad5a5febb384783c6e3188b37063f677ac908013fde

post_install() {
	vsconf doc/sample.nanorc
}
