template.py 675 B

1234567891011121314151617
  1. pkgname = "psmisc"
  2. pkgver = "23.6"
  3. pkgrel = 0
  4. build_style = "gnu_configure"
  5. make_cmd = "gmake"
  6. hostmakedepends = ["gmake", "automake"]
  7. makedepends = ["ncurses-devel", "gnu-getopt", "linux-headers"]
  8. checkdepends = ["dejagnu"]
  9. pkgdesc = "Small utilities that use the proc file-system"
  10. maintainer = "roastveg <louis@hamptonsoftworks.com>"
  11. license = "GPL-2.0-or-later"
  12. url = "https://gitlab.com/psmisc/psmisc"
  13. source = f"$(SOURCEFORGE_SITE)/{pkgname}/{pkgname}-{pkgver}.tar.xz"
  14. sha256 = "257dde06159a4c49223d06f1cccbeb68933a4514fc8f1d77c64b54f0d108822a"
  15. tool_flags = {"LDFLAGS": ["-lgnu_getopt"], "CFLAGS": ["-Dgetopt_long_only=gnu_getopt_long_only"]}
  16. hardening = ["vis", "cfi"]