mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Arch sha
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
6
dist/pkgs/arch/.SRCINFO
vendored
6
dist/pkgs/arch/.SRCINFO
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
4
dist/pkgs/arch/PKGBUILD
vendored
4
dist/pkgs/arch/PKGBUILD
vendored
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user