# Template file for 'nano' pkgname=nano version=2.9.1 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=6316d52d0d26af3e79a13dcb4db1c7a4aeac61b37fd9381e801a4189a2ecba7c case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-DREG_STARTEND=0";; esac post_install() { vsconf syntax/nanorc.nanorc }