16 lines
480 B
Bash
16 lines
480 B
Bash
# Template file for 'nano'
|
|
pkgname=nano
|
|
version=2.7.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="file-devel zlib-devel ncurses-devel"
|
|
short_desc="The 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%.*}/$pkgname-$version.tar.xz"
|
|
checksum=77016f73c686857ce8a3ec217832febb6e636122762d47ce3c6cbef6f7e390c2
|
|
|
|
post_install() {
|
|
vsconf doc/nanorc.sample
|
|
}
|