void-packages/srcpkgs/nano/template

20 lines
597 B
Bash

# Template file for 'nano'
pkgname=nano
version=8.2
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=d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb
post_install() {
vsconf doc/sample.nanorc
}