void-packages/srcpkgs/nano/template
2020-04-28 15:18:53 +02:00

18 lines
566 B
Bash

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