void-packages/srcpkgs/nano/template
2020-02-14 11:36:11 +01:00

18 lines
576 B
Bash

# Template file for 'nano'
pkgname=nano
version=4.8
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/v${version%.*}/nano-${version}.tar.xz"
checksum=c348f61c68ab1d573b308398212a09cd68c60fbee20f01a5bd4b50071a258e63
post_install() {
vsconf syntax/nanorc.nanorc
}