Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.