fix: lfs/psmisc
This commit is contained in:
@@ -2,9 +2,9 @@ pkgname="psmisc"
|
|||||||
pkgver="23.7"
|
pkgver="23.7"
|
||||||
pkgdesc='Miscellaneous procfs tools'
|
pkgdesc='Miscellaneous procfs tools'
|
||||||
homepage="https://gitlab.com/psmisc/psmisc"
|
homepage="https://gitlab.com/psmisc/psmisc"
|
||||||
sources="${pkgname}-${pkgver}.tar.xz"
|
sources=("${pkgname}-${pkgver}.tar.xz")
|
||||||
urls="https://sourceforge.net/projects/psmisc/files/${pkgname}/${sources[0]}"
|
urls=("https://sourceforge.net/projects/psmisc/files/${pkgname}/${sources[0]}")
|
||||||
md5sums="53eae841735189a896d614cba440eb10"
|
md5sums=("53eae841735189a896d614cba440eb10")
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||||
@@ -22,3 +22,5 @@ src_check() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim:ft=sh syn=sh et sw=2:
|
||||||
|
|||||||
Reference in New Issue
Block a user