Files
ports/core/which/spkgbuild
2023-05-03 16:38:34 +02:00

16 lines
254 B
Plaintext
Executable File

# description : A utility to show the full path of commands
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
}