Init
This commit is contained in:
commit
98b2330146
15
.SRCINFO
Normal file
15
.SRCINFO
Normal file
@ -0,0 +1,15 @@
|
||||
pkgbase = rk2023-bin
|
||||
pkgdesc = Estonian Parliamentary elections 2023 Internet Voting application
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://www.valimised.ee/en
|
||||
arch = x86_64
|
||||
license = custom
|
||||
source = https://www.valimised.ee/valijarakendus/RK_2023_linux.bin
|
||||
source = rk2023.png
|
||||
source = rk2023.desktop
|
||||
sha256sums = ff5b2ff785725ba60308562031ec5270a41846c4e92d7bbd2a3cdad2a2800215
|
||||
sha256sums = 034c7c8c15a9dbdbef70a26c78b0daac06dc59feee25b17aff47a00cd5e36fd3
|
||||
sha256sums = d3fa00b7411bd4a6e90f46cd5a40306779a437a1825a9406ac2bb458ab20e54b
|
||||
|
||||
pkgname = rk2023-bin
|
23
PKGBUILD
Normal file
23
PKGBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
# Maintainer: Arti Zirk <arti.zirk@gmail.com>
|
||||
|
||||
pkgname=rk2023-bin
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Estonian Parliamentary elections 2023 Internet Voting application"
|
||||
arch=('x86_64')
|
||||
url="https://www.valimised.ee/en"
|
||||
license=('custom')
|
||||
depends=()
|
||||
source=('https://www.valimised.ee/valijarakendus/RK_2023_linux.bin'
|
||||
'rk2023.png'
|
||||
'rk2023.desktop')
|
||||
sha256sums=('ff5b2ff785725ba60308562031ec5270a41846c4e92d7bbd2a3cdad2a2800215'
|
||||
'034c7c8c15a9dbdbef70a26c78b0daac06dc59feee25b17aff47a00cd5e36fd3'
|
||||
'd3fa00b7411bd4a6e90f46cd5a40306779a437a1825a9406ac2bb458ab20e54b')
|
||||
|
||||
package() {
|
||||
install -D -T -m 644 "$srcdir/rk2023.desktop" "$pkgdir/usr/share/applications/rk2023.desktop"
|
||||
install -D -T -m 644 "$srcdir/rk2023.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/rk2023.png"
|
||||
install -D -T -m 755 "$srcdir/RK_2023_linux.bin" "$pkgdir/usr/bin/rk2023"
|
||||
}
|
||||
# vim:syntax=sh
|
8
rk2023.desktop
Normal file
8
rk2023.desktop
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/usr/bin/rk2023
|
||||
Name=Parliamentary elections 2023
|
||||
Comment=Internet Voting Application
|
||||
Icon=/usr/share/icons/hicolor/512x512/apps/rk2023.png
|
BIN
rk2023.png
Normal file
BIN
rk2023.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue
Block a user