# Maintainer: Jelle van der Waa <jelle@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
}
