void-packages/srcpkgs/nano/template
2022-11-18 01:53:45 -05:00

18 lines
561 B
Bash

# Template file for 'nano'
pkgname=nano
version=7.0
revision=1
build_style=gnu-configure
configure_args="--enable-utf8"
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="http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
distfiles="https://www.nano-editor.org/dist/v${version%%.*}/nano-${version}.tar.xz"
checksum=8dd6eac38b2b8786d82681f0e1afd84f6b75210d17391b6443c437e451552149
post_install() {
vsconf doc/sample.nanorc
}