############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = bash-completion version = 2.11 release = 1 groups = Development/Languages url = https://github.com/scop/bash-completion license = GPLv2+ summary = Programmable completion for Bash description bash-completion is a collection of shell functions that take advantage of the programmable completion feature of bash. end source_dl = https://github.com/scop/bash-completion/releases/download/%{version}/ sources = %{thisapp}.tar.xz build arches = noarch end packages package %{name} requires bash >= 4.1 end # Recommend to install this package when bash is being installed supplements bash end end package %{name}-devel template DEVEL end end