mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-12 18:08:06 +01:00
feat: ms-365-electron
This commit is contained in:
parent
e983de1c12
commit
5589e90cef
2 changed files with 23 additions and 0 deletions
6
srcpkgs/ms-365-electron/files/office
Normal file
6
srcpkgs/ms-365-electron/files/office
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
|
||||
|
||||
# Launch
|
||||
exec /opt/MS-365-Electron/ms-365-electron "$@"
|
17
srcpkgs/ms-365-electron/template
Normal file
17
srcpkgs/ms-365-electron/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'ms-365-electron'
|
||||
pkgname=ms-365-electron
|
||||
version=1.2.0
|
||||
revision=1
|
||||
short_desc="Unofficial Microsoft 365 Web Desktop Wrapper made with Electron"
|
||||
maintainer="Jozef Steinhübl <xhyrom.hyro@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/agam778/MS-365-Electron"
|
||||
provides="office"
|
||||
|
||||
distfiles="https://github.com/agam778/MS-365-Electron/releases/download/v${version}/MS-365-Electron-v${version}-linux-amd64.deb"
|
||||
checksum="9163cfe2ac8805ef3493da6f0e4c5caab1fbcb41ccd1baa624055b917c0b69f3"
|
||||
|
||||
do_install() {
|
||||
vcopy opt /
|
||||
vinstall "${FILESDIR}/office" 755 "usr/bin"
|
||||
}
|
Loading…
Reference in a new issue