git-ftp on AUR (Arch User Repository)

Last updated: May 15,2024

1. Install "git-ftp" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install git-ftp on Arch using YAY

$ yay -S git-ftp

* (Optional) Uninstall git-ftp on Arch using YAY

$ yay -Rns git-ftp

2. Manually Install "git-ftp" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone git-ftp's git locally

$ git clone https://aur.archlinux.org/git-ftp.git ~/git-ftp

c. Go to ~/git-ftp folder and install it

$ cd ~/git-ftp $ makepkg -si

3. Information about the git-ftp package on Arch User Repository (AUR)

ID: 700750
Name: git-ftp
PackageBaseID: 78897
PackageBase: git-ftp
Version: 1.6.0-1
Description: Uses Git to upload only changed files to FTP servers
URL: https://github.com/git-ftp/git-ftp
NumVotes: 18
Popularity: 0
OutOfDate:
Maintainer: loonies
Submitter: Barthalion
FirstSubmitted: 1392211179
LastModified: 1582585137
URLPath: /cgit/aur.git/snapshot/git-ftp.tar.gz