mirror of
https://github.com/veeso/termscp.git
synced 2026-06-08 14:18:41 +02:00
Arch package (0.2.0)
This commit is contained in:
16
dist/pkgs/arch/PKGBUILD
vendored
Normal file
16
dist/pkgs/arch/PKGBUILD
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Maintainer: Christian Visintin
|
||||
pkgname=termscp-bin
|
||||
pkgver=0.2.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/ChristianVisintin/termscp"
|
||||
license=("GPL-3.0")
|
||||
arch=("x86_64")
|
||||
provides=("termscp")
|
||||
options=("strip")
|
||||
source=("https://github.com/ChristianVisintin/termscp/releases/download/v$pkgver/termscp-$pkgver-x86_64.tar.gz")
|
||||
sha256sums=("8fbf39be0c26c604dc75fb2a6fe9a62ffb50b3e95229db47365bb9cfbb5d95a2")
|
||||
|
||||
package() {
|
||||
install -Dm755 termscp -t "$pkgdir/usr/bin/"
|
||||
}
|
||||
Reference in New Issue
Block a user