rclone: update to 1.57.0
- Add mount helper
This commit is contained in:
parent
e3086d0323
commit
3f76b46b53
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rclone'
|
# Template file for 'rclone'
|
||||||
pkgname=rclone
|
pkgname=rclone
|
||||||
version=1.56.2
|
version=1.57.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="rclone-v${version}"
|
wrksrc="rclone-v${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://rclone.org/"
|
homepage="https://rclone.org/"
|
||||||
changelog="https://rclone.org/changelog/"
|
changelog="https://rclone.org/changelog/"
|
||||||
distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
|
distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
|
||||||
checksum=a8813d25c4640e52495fee83e525e76283c63f01d1cce8fbb58d8486b0c20c8a
|
checksum=3a762c02c202a9142c2d5c1a3927563a556d1683abadd25d2f695e237e4ea693
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
@ -32,6 +32,7 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vman rclone.1
|
vman rclone.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue