summaryrefslogtreecommitdiffstats
path: root/utils/which/DETAILS
blob: 6ae59546effff78372791d492381f496c988ff38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=which
         VERSION=2.21
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://savannah.gnu.org/projects/which/
         ENTERED=20011101
      LICENSE[0]=GPL
        KEYWORDS="utils"
           SHORT="util that finds the executable/alias"
cat << EOF
WHICH searches through the $PATH & environment to find out which executable are
the one causing the problem ;^)
EOF