mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add java-jsch-agentproxy-usocket-jna.
* gnu/packages/java.scm (java-jsch-agentproxy-usocket-jna): New variable.
This commit is contained in:
parent
f1d79c97be
commit
f438e63835
1 changed files with 16 additions and 0 deletions
|
@ -9623,3 +9623,19 @@ (define-public java-jsch-agentproxy-sshagent
|
||||||
(description "jsch-agent-proxy is a proxy program to OpenSSH's ssh-agent
|
(description "jsch-agent-proxy is a proxy program to OpenSSH's ssh-agent
|
||||||
and Pageant included in Putty. This component contains the code for a proxy to
|
and Pageant included in Putty. This component contains the code for a proxy to
|
||||||
ssh-agent.")))
|
ssh-agent.")))
|
||||||
|
|
||||||
|
(define-public java-jsch-agentproxy-usocket-jna
|
||||||
|
(package
|
||||||
|
(inherit java-jsch-agentproxy-core)
|
||||||
|
(name "java-jsch-agentproxy-usocket-jna")
|
||||||
|
(arguments
|
||||||
|
`(#:jar-name "jsch-agentproxy-usocket-jna.jar"
|
||||||
|
#:source-dir "jsch-agent-proxy-usocket-jna/src/main/java"
|
||||||
|
#:tests? #f)); no tests
|
||||||
|
(inputs
|
||||||
|
`(("java-jsch-agentproxy-core" ,java-jsch-agentproxy-core)
|
||||||
|
("java-native-access" ,java-native-access)))
|
||||||
|
(synopsis "USocketFactory implementation using JNA")
|
||||||
|
(description "jsch-agent-proxy is a proxy program to OpenSSH's ssh-agent
|
||||||
|
and Pageant included in Putty. This component contains an implementation of
|
||||||
|
USocketFactory using @dfn{JNA} (Java Native Access).")))
|
||||||
|
|
Loading…
Reference in a new issue