#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=psmisc pkgver=23.5 pkgrel=01 pkgdesc='Miscellaneous procfs tools' arch=('x86_64') url='https://gitlab.com/psmisc/psmisc' depends=('ncurses') #options=('debug') ## uncomment this to have the debug package created 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 } #---- license gpg-key sha256sums ---- license=('GPL') sha256sums=(dc37ecc2f7e4a90a94956accc6e1c77adb71316b7c9cbd39b26738db0c3ae58b) # psmisc-23.5.tar.xz