]> git.ipfire.org Git - ipfire-3.x.git/blame - bash-completion/bash-completion.nm
json-c: Update to version 0.17-20230812
[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
2f82b73b
MT
7version = 2.11
8release = 1
b52dd7ea
MT
9
10groups = Development/Languages
810177ed 11url = https://github.com/scop/bash-completion
b52dd7ea 12license = GPLv2+
2f82b73b 13summary = Programmable completion for Bash
b52dd7ea
MT
14
15description
16 bash-completion is a collection of shell functions that take advantage
17 of the programmable completion feature of bash.
18end
19
810177ed
SS
20source_dl = https://github.com/scop/bash-completion/releases/download/%{version}/
21sources = %{thisapp}.tar.xz
b52dd7ea 22
5cd803df
MT
23build
24 arches = noarch
25end
26
b52dd7ea
MT
27packages
28 package %{name}
e18810fd
MT
29 requires
30 bash >= 4.1
31 end
2f82b73b
MT
32
33 # Recommend to install this package when bash is being installed
34 supplements
35 bash
36 end
37 end
38
39 package %{name}-devel
40 template DEVEL
b52dd7ea
MT
41 end
42end