void-packages/srcpkgs/nano/template
2022-02-23 18:49:17 +01:00

19 lines
564 B
Bash

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