[arch-commits] Commit in kconfig-hardened-check/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 17:13:26 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:13:26
  Author: felixonmars
Revision: 752363

archrelease: copy trunk to community-staging-any

Added:
  kconfig-hardened-check/repos/community-staging-any/
  kconfig-hardened-check/repos/community-staging-any/PKGBUILD
    (from rev 752360, kconfig-hardened-check/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: kconfig-hardened-check/repos/community-staging-any/PKGBUILD (from rev 752360, kconfig-hardened-check/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:13:26 UTC (rev 752363)
@@ -0,0 +1,22 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=kconfig-hardened-check
+pkgver=0.5.9
+pkgrel=2
+pkgdesc='a script for checking the hardening options in the Linux kernel config'
+url="https://github.com/a13xp0p0v/kconfig-hardened-check"
+arch=(any)
+license=(GPL3)
+depends=(python python-setuptools)
+source=($pkgname-$pkgver::https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v$pkgver.tar.gz)
+sha256sums=('ffea105f7532fe03ae48f4d0b8c9c0a74f1279a924111214c43f96e1200823ba')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}



More information about the arch-commits mailing list