18 lines
577 B
Bash
18 lines
577 B
Bash
# Template file for 'nano'
|
|
pkgname=nano
|
|
version=5.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-utf8"
|
|
makedepends="file-devel ncurses-devel"
|
|
short_desc="GNU nano text editor"
|
|
maintainer="Lugubris <lugubris@disroot.org>"
|
|
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=390b81bf9b41ff736db997aede4d1f60b4453fbd75a519a4ddb645f6fd687e4a
|
|
|
|
post_install() {
|
|
vsconf syntax/nanorc.nanorc
|
|
}
|