void-packages/srcpkgs/nano/template
2017-01-11 11:28:13 +01:00

17 lines
483 B
Bash

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