Files
main/server/sshpass/pspec.xml
T
2025-02-07 00:02:41 +03:00

60 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://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>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Non-interactive ssh password auth.</Summary>
<Description>A tool for non-interactivly performing password authentication with SSH's so called "interactive keyboard password authentication".</Description>
<Archive sha1sum="40d6f209340c06a6abc9515ddf1000f967bea58e" type="targz">https://sourceforge.net/projects/sshpass/files/sshpass/1.10/sshpass-1.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssh</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>sshpass</Name>
<RuntimeDependencies>
<Dependency>openssh</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-02-06</Date>
<Version>1.10</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<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>