# HG changeset patch # User Pascal Bellard # Date 1574964136 -3600 # Node ID efbf8f7699006fb7804bfca3715f9005865c4fa6 # Parent 08fb1713f5cdbc0cdfa49cb6db97b1e38040b5d5 Add tinyssh-keyconvert diff -r 08fb1713f5cd -r efbf8f769900 tinyssh-keyconvert/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tinyssh-keyconvert/receipt Thu Nov 28 19:02:16 2019 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="tinyssh-keyconvert" +VERSION="0.3.2" +CATEGORY="development" +SHORT_DESC="Convert ed25519 hostkeys from openssh format" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://github.com/ansemjo/tinyssh-keyconvert" +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" + +DEPENDS="python" +BUILD_DEPENDS="python-setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py build && + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs $install/usr/share/doc + cp -a $install/usr $fs + cp $src/README.md $install/usr/share/doc +} diff -r 08fb1713f5cd -r efbf8f769900 tinyssh/receipt --- a/tinyssh/receipt Thu Nov 28 09:13:22 2019 -0500 +++ b/tinyssh/receipt Thu Nov 28 19:02:16 2019 +0100 @@ -7,6 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="PublicDomain" WEB_SITE="https://tinyssh.org/" +SUGGESTED="tinyssh-keyconvert" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/janmojzis/tinyssh/archive/$VERSION.tar.gz"