Commit | Line | Data |
---|---|---|
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 | ||
5 | pkgname=ssh-smart | |
6 | pkgver=0.0.1 | |
7 | pkgrel=1 | |
8 | 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)." | |
9 | arch=('any') | |
10 | license=('GPL') | |
11 | url="http://www.foo.be/ssh-smart/" | |
12 | depends=(perl libtowitoko2) | |
13 | source=("http://www.foo.be/ssh-smart/files/${pkgname}-${pkgver}.tar.gz") | |
14 | md5sums=('dd30f1b359b94b401e0af971f60400fe') | |
15 | ||
16 | build() { | |
17 | return 1 | |
18 | mkdir -p ${pkgdir}/usr/bin | |
19 | ||
20 | cd ./smartcard*/ | |
21 | ||
22 | ||
23 | ||
24 | chmod -R 755 ${pkgdir}/ | |
25 | } |