123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>sshpass</Name>
- <Homepage>https://sourceforge.net/projects/sshpass/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:console</IsA>
- <Summary>Fool ssh into accepting an interactive password non-interactively</Summary>
- <Description>Fool ssh into accepting an interactive password non-interactively</Description>
- <Archive sha1sum="633652e2160819ac7c7e1a351327027d2faa4fd6" type="targz">https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>openssh</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>sshpass.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>sshpass</Name>
- <RuntimeDependencies>
- <Dependency>openssh</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="2">
- <Date>2020-01-27</Date>
- <Version>1.06</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2019-05-04</Date>
- <Version>1.06</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|