void-packages/srcpkgs/nano/template
UsernameRandomlyGenerated 3304c6533f nano: update to 5.9.
2021-10-06 23:48:37 +02:00

19 lines
577 B
Bash

# Template file for 'nano'
pkgname=nano
version=5.9
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=757db8cda4bb2873599e47783af463e3b547a627b0cabb30ea7bf71fb4c24937
post_install() {
vsconf syntax/nanorc.nanorc
}