mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
494 B
Plaintext
15 lines
494 B
Plaintext
PKG_NAME="nano"
|
|
PKG_VERSION="2.2.5"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.nano-editor.org/"
|
|
PKG_URL="http://www.nano-editor.org/dist/v2.2/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="ncurses"
|
|
PKG_BUILD_DEPENDS="toolchain ncurses"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="debug"
|
|
PKG_SHORTDESC="nano: Pico editor clone with enhancements"
|
|
PKG_LONGDESC="GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor."
|
|
PKG_IS_ADDON="no"
|