2011-02-17 10:10:31 +00:00
|
|
|
# Template file for 'bash-completion'
|
|
|
|
pkgname=bash-completion
|
|
|
|
version=1.3
|
|
|
|
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-02-17 10:10:31 +00:00
|
|
|
short_desc="Programmable completion for the GNU Bash shell"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=8ebe30579f0f3e1a521013bcdd183193605dab353d7a244ff2582fb3a36f7bec
|
|
|
|
long_desc="
|
|
|
|
bash completion extends bash's standard completion behavior to achieve
|
|
|
|
complex command lines with just a few keystrokes. This project was conceived
|
|
|
|
to produce programmable completion routines for the most common Linux/UNIX
|
|
|
|
commands, reducing the amount of typing sysadmins and programmers need to
|
|
|
|
do on a daily basis."
|
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
Add_dependency full bash
|