void-packages/srcpkgs/nano/template
2019-04-15 10:53:49 -03:00

20 lines
577 B
Bash

# Template file for 'nano'
pkgname=nano
version=4.1
revision=1
build_style=gnu-configure
configure_args="--enable-utf8"
makedepends="file-devel ncurses-devel"
short_desc="GNU nano text editor"
maintainer="Juan RP <xtraeme@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=86bde596a038d6fde619b49d785c0ebf0b3eaa7001a39dbe9316bd5392d221d0
post_install() {
vsconf syntax/nanorc.nanorc
}