Files
main/server/sshpass/pspec.xml
T
2019-05-04 19:10:16 +03:00

47 lines
1.7 KiB
XML

<?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="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>