[arch-commits] Commit in (4 files)

Jelle van der Waa jelle at archlinux.org
Sat Aug 24 11:26:55 UTC 2019


    Date: Saturday, August 24, 2019 @ 11:26:54
  Author: jelle
Revision: 501465

Initial commit

Added:
  kconfig-hardened-check/
  kconfig-hardened-check/repos/
  kconfig-hardened-check/trunk/
  kconfig-hardened-check/trunk/PKGBUILD

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

Added: kconfig-hardened-check/trunk/PKGBUILD
===================================================================
--- kconfig-hardened-check/trunk/PKGBUILD	                        (rev 0)
+++ kconfig-hardened-check/trunk/PKGBUILD	2019-08-24 11:26:54 UTC (rev 501465)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=kconfig-hardened-check
+pkgver=0.5.2
+pkgrel=1
+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)
+makedepends=(git)
+depends=(python)
+source=("$pkgname-$pkgver::git+https://github.com/a13xp0p0v/kconfig-hardened-check.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 kconfig-hardened-check.py $pkgdir/usr/bin/kconfig-hardened-check
+}



More information about the arch-commits mailing list