mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
16 lines
323 B
Plaintext
16 lines
323 B
Plaintext
# description : LiSt Open Files
|
|
# homepage : https://lsof.readthedocs.io/en/latest/
|
|
# depends : libtirpc
|
|
|
|
name=lsof
|
|
version=4.99.0
|
|
release=1
|
|
source="https://github.com/lsof-org/lsof/releases/download/$version/lsof-$version.tar.gz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|