blob: a6c8bd7adc14ffdb2e81eb7895b7088842cd98e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = aws-mountpoint-s3-bin
pkgdesc = Offical AWS S3 mount tools. This allows mounting S3 buckets into the file system. Not full POSIX support, see: https://docs.aws.amazon.com/AmazonS3/latest/userguide/mountpoint.html for details
pkgver = 1.18.0
pkgrel = 1
url = https://github.com/awslabs/mountpoint-s3
arch = x86_64
arch = aarch64
license = APACHE
depends = fuse2
provides = aws-mountpoint-s3
conflicts = aws-mountpoint-s3
options = !debug
options = !strip
source_x86_64 = https://s3.amazonaws.com/mountpoint-s3-release/1.18.0/x86_64/mount-s3-1.18.0-x86_64.tar.gz
sha256sums_x86_64 = 6d8f5cdb57e03cb6fd3ab90a93438be19a58cb08572e4e308a0ec808a0cee51c
source_aarch64 = https://s3.amazonaws.com/mountpoint-s3-release/1.18.0/arm64/mount-s3-1.18.0-arm64.tar.gz
sha256sums_aarch64 = acaab18e9b1050e2552d8990c4efe2c384a223a553c5a6f3b7073308203e84c9
pkgname = aws-mountpoint-s3-bin
|