void-packages/srcpkgs/nano/template
Andrew Benson e4c473f504 nano: update to 5.0.
Also set site for the update-check to see latest version (i.e. 6.x).
2020-08-03 15:34:09 -05:00

18 lines
577 B
Bash

# Template file for 'nano'
pkgname=nano
version=5.0
revision=1
build_style=gnu-configure
configure_args="--enable-utf8"
makedepends="file-devel ncurses-devel"
short_desc="GNU nano text editor"
maintainer="Lugubris <lugubris@disroot.org>"
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=7c0d94be69cd066f20df2868a2da02f7b1d416ce8d47c0850a8bd270897caa36
post_install() {
vsconf syntax/nanorc.nanorc
}