community/rclone to 1.60.1-2

This commit is contained in:
Kevin Mihelich 2022-12-15 13:39:43 +00:00
parent 58c1f5bc89
commit ae57b8de36

View file

@ -7,7 +7,7 @@
pkgname=rclone
pkgver=1.60.1
pkgrel=1
pkgrel=2
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
arch=('x86_64')
url="https://rclone.org/"
@ -52,4 +52,8 @@ package() {
install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
install -d "$pkgdir"/usr/share/doc/$pkgname
install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
# Mount helper symlinks
ln -s /usr/bin/rclone "${pkgdir}"/usr/bin/mount.rclone
ln -s /usr/bin/rclone "${pkgdir}"/usr/bin/rclonefs
}