void-packages/srcpkgs/ed/template

24 lines
815 B
Text
Raw Normal View History

2010-11-26 00:29:24 +00:00
# Template file for 'ed'
pkgname=ed
2012-11-24 17:49:35 +00:00
version=1.7
revision=1
build_style=gnu-configure
2010-11-26 00:29:24 +00:00
short_desc="GNU Line-oriented text editor"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-01-02 09:21:08 +00:00
license="GPL-3"
2012-07-09 15:20:26 +00:00
homepage="http://www.gnu.org/software/ed/ed.html"
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz"
2012-11-24 17:49:35 +00:00
checksum=894241019a5ff2b7816d20c5bd5a7048fb8f336ca52e97b3cc88d45b16472031
2010-11-26 00:29:24 +00:00
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
2010-11-26 00:29:24 +00:00
sense that it is the original editor for Unix, and thus widely available."
ed_package() {
pkg_install() {
vmove usr
}
}