# Maintainer: Wael Karram pkgname=silk-guardian pkgver=r62.c97bfe9 pkgrel=1 pkgdesc="Anti-forensic kill-switch to wipe RAM and data on USB disconnect, then power down." url="https://github.com/NateBrune/silk-guardian" arch=('any') license=('MIT') depends=('dkms') makedepends=('git') _commit_hash='c97bfe977bd694b3d8c942312b7f41c6ec385961' source=("git+https://github.com/NateBrune/${pkgname}.git") md5sums=('SKIP') pkgver() { cd "$pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd $pkgname #install -d "$pkgdir/usr/share/src/$pkgname-$pkgver" install -Dm644 Makefile config.h silk.c -t "$pkgdir/usr/share/src/$pkgname-$pkgver/" }