void-packages/srcpkgs/nano/template
2017-11-19 09:33:58 +01:00

20 lines
557 B
Bash

# Template file for 'nano'
pkgname=nano
version=2.9.0
revision=1
build_style=gnu-configure
makedepends="file-devel zlib-devel ncurses-devel"
short_desc="The GNU 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%.*}/nano-$version.tar.xz"
checksum=d2d30c39caef53aba1ec1b4baff4186d4496f35d2411b0848242a5f2e27e129e
case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS="-DREG_STARTEND=0";;
esac
post_install() {
vsconf syntax/nanorc.nanorc
}