]> git.ipfire.org Git - ipfire-3.x.git/blob - bash-completion/bash-completion.nm
intel-microcode: Set correct permissions for dirs and files
[ipfire-3.x.git] / bash-completion / bash-completion.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = bash-completion
7 version = 2.11
8 release = 1
9 arch = noarch
10
11 groups = Development/Languages
12 url = https://github.com/scop/bash-completion
13 license = GPLv2+
14 summary = Programmable completion for Bash
15
16 description
17 bash-completion is a collection of shell functions that take advantage
18 of the programmable completion feature of bash.
19 end
20
21 source_dl = https://github.com/scop/bash-completion/releases/download/%{version}/
22 sources = %{thisapp}.tar.xz
23
24 packages
25 package %{name}
26 requires
27 bash >= 4.1
28 end
29
30 # Recommend to install this package when bash is being installed
31 supplements
32 bash
33 end
34 end
35
36 package %{name}-devel
37 template DEVEL
38 end
39 end