19 lines
561 B
Bash
19 lines
561 B
Bash
# Template file for 'nano'
|
|
pkgname=nano
|
|
version=7.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-utf8"
|
|
makedepends="file-devel ncurses-devel"
|
|
short_desc="GNU nano text editor"
|
|
maintainer="0x5c <dev@0x5c.io>"
|
|
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=86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526
|
|
|
|
post_install() {
|
|
vsconf doc/sample.nanorc
|
|
}
|