19 lines
515 B
Bash
19 lines
515 B
Bash
# Template file for 'nano'
|
|
pkgname=nano
|
|
version=3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-utf8"
|
|
makedepends="file-devel ncurses-devel"
|
|
short_desc="The GNU nano text editor"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.nano-editor.org/"
|
|
distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-${version}.tar.xz"
|
|
checksum=14c02ca40a5bc61c580ce2f9cb7f9fc72d5ccc9da17ad044f78f6fb3fdb7719e
|
|
|
|
post_install() {
|
|
vsconf syntax/nanorc.nanorc
|
|
}
|
|
|