mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
ed: remove long_desc.
This commit is contained in:
parent
123c696a8d
commit
6f4cf0f786
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ed'
|
# Template file for 'ed'
|
||||||
pkgname=ed
|
pkgname=ed
|
||||||
version=1.8
|
version=1.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="GNU Line-oriented text editor"
|
short_desc="GNU Line-oriented text editor"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -9,9 +9,3 @@ license="GPL-3"
|
||||||
homepage="http://www.gnu.org/software/ed/ed.html"
|
homepage="http://www.gnu.org/software/ed/ed.html"
|
||||||
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz"
|
||||||
checksum=64c138d33b1ea4b9daa88e045da0619e2a43cb99a9d378417d20163f410a7273
|
checksum=64c138d33b1ea4b9daa88e045da0619e2a43cb99a9d378417d20163f410a7273
|
||||||
long_desc="
|
|
||||||
GNU ed is a line-oriented text editor. It is used to create, display, modify
|
|
||||||
and otherwise manipulate text files, both interactively and via shell scripts.
|
|
||||||
A restricted version of ed, red, can only edit files in the current directory
|
|
||||||
and cannot execute shell commands. Ed is the standard text editor in the
|
|
||||||
sense that it is the original editor for Unix, and thus widely available."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue