2011-02-17 11:10:31 +01:00
|
|
|
# Template file for 'bash-completion'
|
|
|
|
pkgname=bash-completion
|
2012-03-18 07:17:52 +01:00
|
|
|
version=1.99
|
|
|
|
homepage="http://bash-completion.alioth.debian.org/"
|
2011-02-17 11:10:31 +01:00
|
|
|
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
fulldepends="bash"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2011-02-17 11:10:31 +01:00
|
|
|
short_desc="Programmable completion for the GNU Bash shell"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-18 07:17:52 +01:00
|
|
|
license="GPL-2"
|
|
|
|
checksum=a2baf5130fa015527f435e145949029c653f0106c89ccfd20ad8987f292ed314
|
2011-02-17 11:10:31 +01:00
|
|
|
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
|