void-packages/srcpkgs/nano/template

19 lines
577 B
Bash

# Template file for 'nano'
pkgname=nano
version=4.3
revision=1
build_style=gnu-configure
configure_args="--enable-utf8"
makedepends="file-devel ncurses-devel"
short_desc="GNU nano text editor"
maintainer="Orphaned <orphan@voidlinux.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=00d3ad1a287a85b4bf83e5f06cedd0a9f880413682bebd52b4b1e2af8cfc0d81
post_install() {
vsconf syntax/nanorc.nanorc
}