void-packages/srcpkgs/nano/template
2018-09-09 14:09:58 +02:00

18 lines
513 B
Bash

# Template file for 'nano'
pkgname=nano
version=3.0
revision=1
build_style=gnu-configure
configure_args="--enable-utf8"
makedepends="file-devel ncurses-devel"
short_desc="The GNU nano text editor"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3.0-or-later"
homepage="https://www.nano-editor.org/"
distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-$version.tar.xz"
checksum=e0a5bca354514e64762c987c200a8758b05e7bcced3b00b3e48ea0a2d383c8a0
post_install() {
vsconf syntax/nanorc.nanorc
}