1 # Maintainer: Sébastien Luttringer <seblu@archlinux.org>
2 # Contributor: Allan McRae <allan@archlinux.org>
3 # Contributor: Andreas Radke <andyrtr@archlinux.org>
8 pkgdesc='A utility to show the full path of commands'
10 url='https://savannah.gnu.org/projects/which/'
12 depends=('glibc' 'bash')
13 # gpg key is using deprecated md5 algo, do not use
14 # check if a new one is issued in the next release
15 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
16 sha256sums=('f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad')
20 ./configure --prefix=/usr
26 make DESTDIR="$pkgdir" install
29 # vim:set ts=2 sw=2 et: