This commit is contained in:
onodai145 2025-03-01 19:40:18 +09:00
commit cf9dfb008d
2 changed files with 29 additions and 0 deletions

20
PKGBUILD Normal file
View File

@ -0,0 +1,20 @@
pkgname="kyoshineewviewer"
pkgver="0.19.8"
pkgrel=4
pkgdesc="Custom client for Kyoshin Monitor"
arch=('x86_64')
url="https://svs.ingen084.net/kyoshineewviewer/"
license=('MIT')
options=(!strip !debug)
source=(
"https://github.com/ingen084/KyoshinEewViewerIngen/releases/download/${pkgver}/KyoshinEewViewer-ubuntu-x64.zip"
"kyoshineewviewer.desktop")
sha256sums=(
'86c2ec797a06f78b7f2760f55b802ffe19f4be666cc632b86c684ab83ed3c1b3'
'SKIP')
package() {
cd ${srcdir}
install -Dm755 "KyoshinEewViewer" "${pkgdir}/usr/bin/${pkgname}"
install -Dm755 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}

9
kyoshineewviewer.desktop Normal file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=KyoshinEewViewer for ingen
Comment=Custom client for Kyoshin Monitor
Exec=kyoshineewviewer
Icon=kyoshineewviewer
Terminal=false
Type=Application
Categories=Utility;
StartupNotify=true