]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - which/which.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / which / which.nm
CommitLineData
7d8ed742 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
7d8ed742
MT
4###############################################################################
5
802ea3af 6name = which
a6cfb244
MT
7version = 2.21
8release = 1
7d8ed742 9
d3c62756 10groups = Applications/System
a6cfb244 11url = https://carlowood.github.io/which/
802ea3af 12license = GPLv3
a6cfb244 13summary = Displays where a particular program in your path is located
7d8ed742 14
802ea3af
MT
15description
16 The which command shows the full pathname of a specified program, if
7d8ed742 17 the specified program is in your PATH.
802ea3af
MT
18end
19
a6cfb244 20source_dl = https://carlowood.github.io/which/
7d8ed742 21
802ea3af
MT
22packages
23 package %{name}
1f9bc2f0
MT
24
25 package %{name}-debuginfo
26 template DEBUGINFO
27 end
802ea3af 28end