void-packages/srcpkgs/nano/template
UsernameRandomlyGenerated 8f55bb0aa3 nano: update to 5.8.
2021-06-17 17:59:21 +02:00

18 lines
577 B
Bash

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