mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
lol, for some reason cargo-aur renames my crate into termscp-bin. WHY OMG WHY.
This commit is contained in:
2
dist/build/deploy.sh
vendored
2
dist/build/deploy.sh
vendored
@@ -32,5 +32,7 @@ CONTAINER_NAME=$(docker create termscp-${VERSION}-x86_64_archlinux termscp-${VER
|
|||||||
docker cp ${CONTAINER_NAME}:/usr/src/termscp/termscp-${VERSION}-x86_64.tar.gz ${PKGS_DIR}/arch/
|
docker cp ${CONTAINER_NAME}:/usr/src/termscp/termscp-${VERSION}-x86_64.tar.gz ${PKGS_DIR}/arch/
|
||||||
docker cp ${CONTAINER_NAME}:/usr/src/termscp/PKGBUILD ${PKGS_DIR}/arch/
|
docker cp ${CONTAINER_NAME}:/usr/src/termscp/PKGBUILD ${PKGS_DIR}/arch/
|
||||||
docker cp ${CONTAINER_NAME}:/usr/src/termscp/.SRCINFO ${PKGS_DIR}/arch/
|
docker cp ${CONTAINER_NAME}:/usr/src/termscp/.SRCINFO ${PKGS_DIR}/arch/
|
||||||
|
# Replace termscp-bin with termscp in PKGBUILD
|
||||||
|
sed -i 's/termscp-bin/termscp/g' ${PKGS_DIR}/arch/PKGBUILD
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|||||||
2
dist/pkgs/arch/PKGBUILD
vendored
2
dist/pkgs/arch/PKGBUILD
vendored
@@ -1,5 +1,5 @@
|
|||||||
# Maintainer: Christian Visintin
|
# Maintainer: Christian Visintin
|
||||||
pkgname=termscp-bin
|
pkgname=termscp
|
||||||
pkgver=0.2.0
|
pkgver=0.2.0
|
||||||
pkgrel=1
|
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."
|
||||||
|
|||||||
Reference in New Issue
Block a user