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

Jelle van der Waa jelle at archlinux.org
Sat Aug 24 12:03:40 UTC 2019


    Date: Saturday, August 24, 2019 @ 12:03:40
  Author: jelle
Revision: 501466

archrelease: copy trunk to community-any

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

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

Copied: kconfig-hardened-check/repos/community-any/PKGBUILD (from rev 501465, kconfig-hardened-check/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-08-24 12:03:40 UTC (rev 501466)
@@ -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