Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbrozer/azure-storage-fuse-aur
AUR package for Azure Storage Blobfuse
https://github.com/bigbrozer/azure-storage-fuse-aur
azure blob-storage cloud fuse storage
Last synced: 9 days ago
JSON representation
AUR package for Azure Storage Blobfuse
- Host: GitHub
- URL: https://github.com/bigbrozer/azure-storage-fuse-aur
- Owner: bigbrozer
- Created: 2022-12-05T21:51:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:52:54.000Z (3 months ago)
- Last Synced: 2024-12-09T13:29:37.066Z (17 days ago)
- Topics: azure, blob-storage, cloud, fuse, storage
- Language: Shell
- Homepage: https://github.com/Azure/azure-storage-fuse
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Storage Blobfuse AUR package
This is an AUR package for [Azure/azure-storage-fuse](https://github.com/Azure/azure-storage-fuse).
* **Package**: [azure-storage-fuseAUR](https://aur.archlinux.org/packages/azure-storage-fuse)
## Build
To build the package, ensure you have make dependencies (`makedepends`) installed first.
Build the package with:
```sh
make
```## Release
> You will need `pipx install nvchecker` before !
1. Run `make check-updates` to verify newer versions.
2. Run `make take-updates` to apply latest version.
3. Run `make`.
4. Commit and push.