ne: remove long_desc.
This commit is contained in:
parent
396529e414
commit
2c4253b270
1 changed files with 1 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ne'
|
||||
pkgname=ne
|
||||
version=2.5
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="The Nice Editor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,15 +9,6 @@ license="GPL-3"
|
|||
homepage="http://ne.dsi.unimi.it/"
|
||||
distfiles="http://ne.dsi.unimi.it/ne-${version}.tar.gz"
|
||||
checksum=e11581d84ff855c3fab5c2bddc3a4633a3b28bb2ce89508e4568d3c3fc929f58
|
||||
long_desc="
|
||||
Ne, the nice editor, is one of the few text editors being both easy to use for
|
||||
the beginner and powerful enough for the wizard, supporting UTF-8 and
|
||||
multi-column characters as well as syntax highlighting.
|
||||
|
||||
It uses short, intuitive and easy to remember key bindings while providing all
|
||||
the features an editor should have. It is fully configurable allowing the user
|
||||
to change the content of the various menus, to easily create small macros and
|
||||
to easily change the existing key bindings while being a small and fast editor."
|
||||
|
||||
do_build() {
|
||||
make OPTS="$CFLAGS" CC=$CC ${makejobs}
|
||||
|
|
Loading…
Reference in a new issue