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

@@ -6,7 +6,7 @@
~ Basically, WinSCP on a terminal ~ ~ Basically, WinSCP on a terminal ~
Developed by Christian Visintin Developed by Christian Visintin
Current version: 0.4.1 (06/04/2021) Current version: 0.4.1 (07/04/2021)
--- ---

View File

@@ -1,14 +1,14 @@
pkgbase = termscp pkgbase = termscp
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. 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.
pkgver = 0.4.1 pkgver = 0.4.1
pkgrel = 2 pkgrel = 1
url = https://github.com/veeso/termscp url = https://github.com/veeso/termscp
arch = x86_64 arch = x86_64
license = GPL-3.0 license = MIT
provides = termscp provides = termscp
options = strip options = strip
source = https://github.com/veeso/termscp/releases/download/v0.4.1/termscp-0.4.1-x86_64.tar.gz source = https://github.com/veeso/termscp/releases/download/v0.4.1/termscp-0.4.1-x86_64.tar.gz
sha256sums = 04a827ebeac48f0c181617acfa9f2a674e7ac91117a85bf4e68ec6ce31ee4077 sha256sums = 0862fafbeb957a657db14dc5954bb73350c1675ba30a01580b96cb044f1443fe
pkgname = termscp pkgname = termscp

View File

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