added ssh-smart package - curently not working
[mirrors/ArchLinux-Packages.git] / ssh-smart / PKGBUILD
CommitLineData
88af9a9c
H
1# Contributor: Thomas Mudrunka <harvie@@email..cz>
2# Maintainer: Thomas Mudrunka <harvie@@email..cz>
3# You can also contact me on http://blog.harvie.cz/
4
5pkgname=ssh-smart
6pkgver=0.0.1
7pkgrel=1
8pkgdesc="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)."
9arch=('any')
10license=('GPL')
11url="http://www.foo.be/ssh-smart/"
12depends=(perl libtowitoko2)
13source=("http://www.foo.be/ssh-smart/files/${pkgname}-${pkgver}.tar.gz")
14md5sums=('dd30f1b359b94b401e0af971f60400fe')
15
16build() {
17 return 1
18 mkdir -p ${pkgdir}/usr/bin
19
20 cd ./smartcard*/
21
22
23
24 chmod -R 755 ${pkgdir}/
25}
This page took 0.149926 seconds and 4 git commands to generate.