mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
bash-completion: remove long_desc.
This commit is contained in:
parent
2eb39318cd
commit
712ba5adce
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bash-completion'
|
# Template file for 'bash-completion'
|
||||||
pkgname=bash-completion
|
pkgname=bash-completion
|
||||||
version=2.1
|
version=2.1
|
||||||
revision=2
|
revision=3
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="bash"
|
makedepends="bash"
|
||||||
|
@ -12,12 +12,6 @@ license="GPL-2"
|
||||||
homepage="http://bash-completion.alioth.debian.org/"
|
homepage="http://bash-completion.alioth.debian.org/"
|
||||||
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
|
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f
|
checksum=2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f
|
||||||
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."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove completions provided by util-linux.
|
# remove completions provided by util-linux.
|
||||||
|
|
Loading…
Add table
Reference in a new issue