Convert packages to the new template format (e).

This commit is contained in:
Juan RP
2013-04-12 10:23:11 +02:00
parent 1a92f1be98
commit a7fcdce3c4
73 changed files with 610 additions and 448 deletions

View File

@@ -15,3 +15,9 @@ long_desc="
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
}
}