New package: lsof-4.98.0.

This commit is contained in:
mobinmob
2023-06-05 00:04:20 +03:00
parent 9a2795b2c6
commit 1bdcf59cca
3 changed files with 25 additions and 0 deletions

1
main/lsof/.checksums Normal file
View File

@@ -0,0 +1 @@
34404c76c56cb761adcb93fa139c9be5 lsof-4.98.0.tar.gz

9
main/lsof/.pkgfiles Normal file
View File

@@ -0,0 +1,9 @@
lsof-4.98.0-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/local/
drwxr-xr-x root/root usr/local/bin/
-rwxr-xr-x root/root usr/local/bin/lsof
drwxr-xr-x root/root usr/local/share/
drwxr-xr-x root/root usr/local/share/man/
drwxr-xr-x root/root usr/local/share/man/man8/
-rw-r--r-- root/root usr/local/share/man/man8/lsof.8.gz

15
main/lsof/spkgbuild Normal file
View File

@@ -0,0 +1,15 @@
# description : LiSt Open Files
# homepage : https://lsof.readthedocs.io/en/latest/
# depends : libtirpc
name=lsof
version=4.98.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
}