From b8e8fea7a54bc7713cd230b5179d50fb505918da Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Sun, 24 Oct 2021 19:36:09 +0800 Subject: refactor: Move PKGBUILD base folder to repo Signed-off-by: KunoiSayami --- kunoisayami/pam_ssh_agent_auth_patched/PKGBUILD | 36 ------------------------- 1 file changed, 36 deletions(-) delete mode 100644 kunoisayami/pam_ssh_agent_auth_patched/PKGBUILD (limited to 'kunoisayami/pam_ssh_agent_auth_patched') diff --git a/kunoisayami/pam_ssh_agent_auth_patched/PKGBUILD b/kunoisayami/pam_ssh_agent_auth_patched/PKGBUILD deleted file mode 100644 index be8d2e7..0000000 --- a/kunoisayami/pam_ssh_agent_auth_patched/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Maintainer: KunoiSayami -pkgname=pam_ssh_agent_auth_patched -pkgver=0.10.4 -pkgrel=3 -pkgdesc="PAM module which permits authentication via the keyring in a forwarded ssh-agent." -arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') -url="https://github.com/jbeverly/pam_ssh_agent_auth" -license=('custom:OpenSSL') -source=(pam_ssh_agent_auth_patched::git://github.com/FlorianFranzen/pam_ssh_agent_auth#commit=db2d41937e714b56d17771f8ee3d61f11c26cc7e) -md5sums=('SKIP') -makedepends=('git') -depends=('openssl') -optdepends=('openssh: standard ssh-agent' - 'gnupg: gpg ssh-agent') -provides=('pam_ssh_agent_auth') -conflicts=('pam_ssh_agent_auth') - - -prepare() { - cd "$srcdir/$pkgname/ed25519-donna" - git submodule init - git submodule update -} - -build() { - cd "$srcdir/$pkgname" - ./configure --prefix=/usr --with-mantype=man --libexecdir=/usr/lib/security --without-openssl-header-check - make -j $(nproc) -} - -package() { - cd "$srcdir/$pkgname" - make DESTDIR="$pkgdir/" install - - install -Dm644 LICENSE.OpenSSL "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} -- cgit v1.3.1