19 lines
561 B
Bash
19 lines
561 B
Bash
# Template file for 'nano'
|
|
pkgname=nano
|
|
version=6.4
|
|
revision=2
|
|
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=4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0
|
|
|
|
post_install() {
|
|
vsconf doc/sample.nanorc
|
|
}
|