From 88af9a9ccb1d8bcf3cbb66cea67194f685e877ec Mon Sep 17 00:00:00 2001 From: Harvie Date: Tue, 3 May 2011 17:00:10 +0200 Subject: [PATCH] added ssh-smart package - curently not working --- ssh-smart/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ssh-smart/PKGBUILD diff --git a/ssh-smart/PKGBUILD b/ssh-smart/PKGBUILD new file mode 100644 index 0000000..f341191 --- /dev/null +++ b/ssh-smart/PKGBUILD @@ -0,0 +1,25 @@ +# Contributor: Thomas Mudrunka +# Maintainer: Thomas Mudrunka +# You can also contact me on http://blog.harvie.cz/ + +pkgname=ssh-smart +pkgver=0.0.1 +pkgrel=1 +pkgdesc="basic proof-of-concept of ssh identity on smartcard. The smartcard, used to store the ssh identity, is a memory card (I2C 16KBIT/2048 bytes)." +arch=('any') +license=('GPL') +url="http://www.foo.be/ssh-smart/" +depends=(perl libtowitoko2) +source=("http://www.foo.be/ssh-smart/files/${pkgname}-${pkgver}.tar.gz") +md5sums=('dd30f1b359b94b401e0af971f60400fe') + +build() { + return 1 + mkdir -p ${pkgdir}/usr/bin + + cd ./smartcard*/ + + + + chmod -R 755 ${pkgdir}/ +} -- 2.30.2