This commit is contained in:
veeso
2021-04-06 22:31:31 +02:00
parent 3be890c63a
commit 81ae310e3d
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Christian Visintin
pkgname=termscp
pkgver=0.4.1
pkgrel=2
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")
@@ -9,7 +9,7 @@ arch=("x86_64")
provides=("termscp")
options=("strip")
source=("https://github.com/veeso/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz")
sha256sums=("04a827ebeac48f0c181617acfa9f2a674e7ac91117a85bf4e68ec6ce31ee4077")
sha256sums=("0862fafbeb957a657db14dc5954bb73350c1675ba30a01580b96cb044f1443fe")
package() {
install -Dm755 termscp -t "$pkgdir/usr/bin/"