summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4ae25ce3500defb534b5c4a0bb598e7f85a99095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: x70b1

pkgname=pam_exec-ssh
pkgver=20220601
pkgrel=1
pkgcommit=311b153
pkgdesc="Unlock SSH keys on login using PAM."
arch=(any)
url="https://github.com/x70b1/pam_exec-ssh"
license=("The Unlicense")
makedepends=("git")
depends=("pam" "expect")
source=("${pkgname}::git+${url}.git#commit=${pkgcommit}")
noextract=()
sha256sums=('SKIP')

package() {
    cd ${pkgname}
    install -Dm755 pam_exec-ssh "${pkgdir}"/usr/bin/pam_exec-ssh
}