This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# LICENSE: MIT | |
#TODO: | |
# - need to check and make sure this script is up to date with the migration process [ ] | |
# - the script doesn't seem to work when I have been testing it. it does most of the stuff | |
# properly, however it doesn't seem to get the install *quite* right. I need to do | |
# much, much more testing before I can properly use this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Christian Hesse <[email protected]> | |
# Contributor: Judd Vinet <[email protected]> | |
# Contributor: Gaetan Bisson <[email protected]> | |
pkgname=rssh | |
pkgver=2.3.4 | |
pkgrel=4 | |
pkgdesc='Restricted secure shell allowing only scp, sftp, cvs, rsync or rdist' | |
url='http://www.pizzashack.org/rssh/' | |
license=('custom:rssh') |