eth0s/ports/which/Pkgfile
2019-10-10 23:53:41 +08:00

17 lines
349 B
Text
Executable file

# Description: A utility to show the full path of commands
# URL: https://savannah.gnu.org/projects/which
# Maintainer:
# 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
}