]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - bash-completion/bash-completion.nm
bash-completion: Update to 2.4.
[people/pmueller/ipfire-3.x.git] / bash-completion / bash-completion.nm
CommitLineData
b52dd7ea
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = bash-completion
810177ed
SS
7version = 2.4
8release = 1
b52dd7ea
MT
9arch = noarch
10
11groups = Development/Languages
810177ed 12url = https://github.com/scop/bash-completion
b52dd7ea
MT
13license = GPLv2+
14summary = Programmable completion for Bash.
15
16description
17 bash-completion is a collection of shell functions that take advantage
18 of the programmable completion feature of bash.
19end
20
810177ed
SS
21source_dl = https://github.com/scop/bash-completion/releases/download/%{version}/
22sources = %{thisapp}.tar.xz
b52dd7ea
MT
23
24build
25 install_cmds
26 rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{cawsay,cowthink}
27
28 install -Dpm 644 %{DIR_SOURCE}/bash-completion-1.99-redefine_filedir.bash \
29 %{BUILDROOT}%{sysconfdir}/bash_completion.d/redefine_filedir
30 end
31end
32
33packages
34 package %{name}
e18810fd 35 groups += Base
b52dd7ea 36
e18810fd
MT
37 requires
38 bash >= 4.1
39 end
b52dd7ea
MT
40 end
41end