eth0s/ports/core/which/Pkgfile
2019-11-10 23:58:56 +08:00

17 lines
397 B
Text
Executable file

# Description: A utility to show the full path of commands
# URL: https://savannah.gnu.org/projects/which
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on:
name=which
version=2.21
release=1
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}