# Template file for 'nano' pkgname=nano version=2.9.2 revision=1 build_style=gnu-configure makedepends="file-devel zlib-devel ncurses-devel" short_desc="The GNU nano text editor" maintainer="Juan RP " homepage="https://www.nano-editor.org/" license="GPL-3" distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-$version.tar.xz" checksum=4eccb7451b5729ce8abae8f9a5679f32e41ae58df73ea86b850ec45b10a83d55 case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-DREG_STARTEND=0";; esac post_install() { vsconf syntax/nanorc.nanorc }