void-packages/srcpkgs/ed/template

24 lines
815 B
Plaintext

# Template file for 'ed'
pkgname=ed
version=1.7
revision=1
build_style=gnu-configure
short_desc="GNU Line-oriented text editor"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org/software/ed/ed.html"
distfiles="http://ftp.gnu.org/gnu/ed/ed-$version.tar.gz"
checksum=894241019a5ff2b7816d20c5bd5a7048fb8f336ca52e97b3cc88d45b16472031
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."
ed_package() {
pkg_install() {
vmove usr
}
}