14 lines
549 B
Bash
14 lines
549 B
Bash
# Template file for 'bash-completion'
|
|
pkgname=bash-completion
|
|
version=2.11
|
|
revision=2
|
|
build_style=gnu-configure
|
|
make_install_args="profiledir=/etc/bash/bashrc.d"
|
|
depends="bash"
|
|
short_desc="Programmable completion for the GNU Bash shell"
|
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/scop/bash-completion"
|
|
distfiles="https://github.com/scop/bash-completion/releases/download/${version}/bash-completion-${version}.tar.xz"
|
|
checksum=73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac
|