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/'
13 depends=('glibc' 'bash')
14 # gpg key is using deprecated md5 algo, do not use
15 # check if a new one is issued in the next release
16 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
17 md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
21 ./configure --prefix=/usr
27 make DESTDIR="$pkgdir" install
30 # vim:set ts=2 sw=2 et: