Compare commits

...

No commits in common. "main" and "storageexplorer" have entirely different histories.

5 changed files with 123 additions and 3 deletions

16
.SRCINFO Normal file
View file

@ -0,0 +1,16 @@
pkgbase = storageexplorer
pkgdesc = Microsoft Azure Storage Explorer is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
pkgver = 1.25.1
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer/releases
arch = x86_64
license = unknown
depends = glibc
depends = dotnet-runtime
provides = storageexplorer
source = Linux.StorageExplorer-x64-v1.25.1.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.25.1/Linux_StorageExplorer-x64.tar.gz
source = storageexplorer.desktop
sha256sums = 7895283b43f38a16c644b94415fd5b5258b3e26424c8c4f1f168afd60f241410
sha256sums = 4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce
pkgname = storageexplorer

49
.gitignore vendored Normal file
View file

@ -0,0 +1,49 @@
# Created by https://www.gitignore.io/api/linux,vim,archlinuxpackages
### ArchLinuxPackages ###
*.tar
*.tar.*
*.jar
*.exe
*.msi
*.zip
*.tgz
*.log
*.log.*
*.sig
pkg/
src/
### Linux ###
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
### Vim ###
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
# auto-generated tag files
tags
# End of https://www.gitignore.io/api/linux,vim,archlinuxpackages
*.gz

47
PKGBUILD Normal file
View file

@ -0,0 +1,47 @@
# Maintainer: Mohd Lee <faulty.lee+aur@gmail.com>
# Contributor: Ricardo Band <email@ricardo.band>
pkgname=storageexplorer
pkgver=1.25.1
pkgrel=1
pkgdesc="Microsoft Azure Storage Explorer is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux."
arch=(x86_64)
url="https://github.com/microsoft/AzureStorageExplorer/releases"
license=('unknown')
depends=('glibc' 'dotnet-runtime')
provides=('storageexplorer')
changelog=
source=("Linux.StorageExplorer-x64-v$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v$pkgver/Linux_StorageExplorer-x64.tar.gz"
"storageexplorer.desktop")
sha256sums=('7895283b43f38a16c644b94415fd5b5258b3e26424c8c4f1f168afd60f241410'
'4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce')
package() {
install -dm 755 "${pkgdir}/opt/StorageExplorer/"
install -m 644 "chrome_100_percent.pak" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "chrome_200_percent.pak" "${pkgdir}/opt/StorageExplorer/"
install -m 755 "chrome_crashpad_handler" "${pkgdir}/opt/StorageExplorer/"
install -m 755 "chrome-sandbox" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "icudtl.dat" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "libEGL.so" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "libffmpeg.so" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "libGLESv2.so" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "libvk_swiftshader.so" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "libvulkan.so.1" "${pkgdir}/opt/StorageExplorer/"
cp -r "locales" "${pkgdir}/opt/StorageExplorer/"
cp -r "resources" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "resources.pak" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "snapshot_blob.bin" "${pkgdir}/opt/StorageExplorer/"
install -m 755 "StorageExplorer" "${pkgdir}/opt/StorageExplorer/"
install -m 755 "StorageExplorerExe" "${pkgdir}/opt/StorageExplorer/"
install -m 755 "StorageExplorerSnap" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "v8_context_snapshot.bin" "${pkgdir}/opt/StorageExplorer/"
install -m 644 "vk_swiftshader_icd.json" "${pkgdir}/opt/StorageExplorer/"
install -dm 755 "${pkgdir}/usr/bin"
ln -s "/opt/StorageExplorer/StorageExplorer" "${pkgdir}/usr/bin/StorageExplorer"
ln -s "/opt/StorageExplorer/StorageExplorerExe" "${pkgdir}/usr/bin/StorageExplorerExe"
install -dm 755 "${pkgdir}/usr/share/applications"
install -m 644 "storageexplorer.desktop" "${pkgdir}/usr/share/applications/"
}

View file

@ -1,3 +0,0 @@
# aur.git
This is a experimental mirror of the aur.git repository backing [the AUR](https://aur.archlinux.org).

11
storageexplorer.desktop Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Microsoft Azure Storage Explorer
Comment=Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
Path=/opt/StorageExplorer
# Workaround for ICU version error https://stackoverflow.com/a/64370938/20007
Exec=env DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 StorageExplorer
Icon=/opt/StorageExplorer/resources/app/out/app/icon.png
Terminal=false
Categories=Development;Network;