mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/rclone to 1.60.1-2
This commit is contained in:
parent
58c1f5bc89
commit
ae57b8de36
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue