19 lines
580 B
Bash
19 lines
580 B
Bash
# Template file for 'nano'
|
|
pkgname=nano
|
|
version=3.2
|
|
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/"
|
|
changelog="http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
|
|
distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-${version}.tar.xz"
|
|
checksum=d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349
|
|
|
|
post_install() {
|
|
vsconf syntax/nanorc.nanorc
|
|
}
|
|
|