eth0s/ports/core/which/Pkgfile

18 lines
397 B
Text
Raw Normal View History

2019-10-10 23:53:41 +08:00
# Description: A utility to show the full path of commands
# URL: https://savannah.gnu.org/projects/which
2019-11-10 23:58:56 +08:00
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
2019-10-10 23:53:41 +08:00
# 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
}