blob: 6a865a945f476c962dc0e9dd7549bb42c495f076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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-fuse<sup>AUR</sup>](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.
|