jobcore/psmisc/PKGBUILD

37 lines
923 B
Bash
Raw Normal View History

2022-03-20 13:19:37 +01:00
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
2022-03-22 02:43:33 +01:00
# Maintainer : Joe Bo Run <joborun@disroot.org>
2022-03-20 13:19:37 +01:00
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
2022-03-22 02:43:33 +01:00
# Website : https://pozol.eu
2022-03-20 13:19:37 +01:00
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=psmisc
pkgver=23.5
pkgrel=01
2022-03-20 13:19:37 +01:00
pkgdesc='Miscellaneous procfs tools'
arch=('x86_64')
url='https://gitlab.com/psmisc/psmisc'
depends=('ncurses')
2022-05-07 02:11:34 +02:00
#options=('debug') ## uncomment this to have the debug package created
2022-03-20 13:19:37 +01:00
source=("https://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.xz")
build() {
cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr
make
}
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
2022-09-03 00:50:45 +02:00
#---- license gpg-key sha256sums ----
2022-03-20 13:19:37 +01:00
license=('GPL')
sha256sums=(dc37ecc2f7e4a90a94956accc6e1c77adb71316b7c9cbd39b26738db0c3ae58b) # psmisc-23.5.tar.xz