void-packages/srcpkgs/nano/template
2020-05-24 18:44:37 +02:00

19 lines
566 B
Bash

# Template file for 'nano'
pkgname=nano
version=4.9.3
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/v4/nano-${version}.tar.xz"
checksum=6e3438f033a0ed07d3d74c30d0803cbda3d2366ba1601b7bbf9b16ac371f51b4
post_install() {
vsconf syntax/nanorc.nanorc
}