mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
17 lines
576 B
Bash
17 lines
576 B
Bash
# Maintainer: Christian Visintin
|
|
pkgname=termscp
|
|
pkgver=0.5.0
|
|
pkgrel=1
|
|
pkgdesc="termscp is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal."
|
|
url="https://github.com/veeso/termscp"
|
|
license=("MIT")
|
|
arch=("x86_64")
|
|
provides=("termscp")
|
|
options=("strip")
|
|
source=("https://github.com/veeso/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz")
|
|
sha256sums=("c72f78a4707402f7f970a883899f4f1583fd9eca6166cb7f7616be97cabf768a")
|
|
|
|
package() {
|
|
install -Dm755 termscp -t "$pkgdir/usr/bin/"
|
|
}
|