]> git.ipfire.org Git - ipfire-3.x.git/blob - bash-completion/bash-completion.nm
Change how we make packages "noarch"
[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
10 groups = Development/Languages
11 url = https://github.com/scop/bash-completion
12 license = GPLv2+
13 summary = Programmable completion for Bash
14
15 description
16 bash-completion is a collection of shell functions that take advantage
17 of the programmable completion feature of bash.
18 end
19
20 source_dl = https://github.com/scop/bash-completion/releases/download/%{version}/
21 sources = %{thisapp}.tar.xz
22
23 build
24 arches = noarch
25 end
26
27 packages
28 package %{name}
29 requires
30 bash >= 4.1
31 end
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
41 end
42 end