generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
15
package/bash-completion/Config.in
Normal file
15
package/bash-completion/Config.in
Normal file
@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_BASH_COMPLETION
|
||||
bool "bash completion"
|
||||
depends on BR2_PACKAGE_BASH
|
||||
help
|
||||
Add bash completion infrastructure.
|
||||
|
||||
The bash completion infrastructure is enabled by
|
||||
/etc/profile.d/bash_completion.sh, which is normally
|
||||
sourced by /etc/profile.
|
||||
|
||||
If the system does not use the /etc/profile.d directory
|
||||
mechanism, the /etc/profile.d/bash_completion.sh script can
|
||||
be sourced from /etc/bashrc or ~/.bashrc.
|
||||
|
||||
https://github.com/scop/bash-completion
|
||||
3
package/bash-completion/bash-completion.hash
Normal file
3
package/bash-completion/bash-completion.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac bash-completion-2.11.tar.xz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
16
package/bash-completion/bash-completion.mk
Normal file
16
package/bash-completion/bash-completion.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# bash-completion
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BASH_COMPLETION_VERSION = 2.11
|
||||
BASH_COMPLETION_SITE = https://github.com/scop/bash-completion/releases/download/$(BASH_COMPLETION_VERSION)
|
||||
BASH_COMPLETION_SOURCE = bash-completion-$(BASH_COMPLETION_VERSION).tar.xz
|
||||
BASH_COMPLETION_LICENSE = GPL-2.0
|
||||
BASH_COMPLETION_LICENSE_FILES = COPYING
|
||||
|
||||
# Install bash-completion.pc file
|
||||
BASH_COMPLETION_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user