wok annotate sshrc/receipt @ rev 22430

Add sshrc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 20 19:07:35 2019 +0100 (2019-12-20)
parents
children da0a38e4800e
rev   line source
pascal@22430 1 # SliTaz package receipt.
pascal@22430 2
pascal@22430 3 PACKAGE="sshrc"
pascal@22430 4 VERSION="0.6.2"
pascal@22430 5 CATEGORY="network"
pascal@22430 6 TAGS="ssh"
pascal@22430 7 SHORT_DESC="bring your .bashrc, .vimrc, etc. with you when you ssh"
pascal@22430 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@22430 9 LICENSE="MIT"
pascal@22430 10 WEB_SITE="https://github.com/Russell91/sshrc"
pascal@22430 11
pascal@22430 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@22430 13 WGET_URL="https://github.com/Russell91/sshrc/archive/$VERSION.tar.gz"
pascal@22430 14
pascal@22430 15 DEPENDS="bash openssl tar"
pascal@22430 16 SUGGESTED="mosh xxd"
pascal@22430 17
pascal@22430 18 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@22430 19 genpkg_rules()
pascal@22430 20 {
pascal@22430 21 mkdir -p $fs/usr/bin $install/usr/share/doc
pascal@22430 22 cp $src/README.md $install/usr/share/doc
pascal@22430 23 cp -a $src/*shrc $fs/usr/bin
pascal@22430 24 }