summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax Redneck 34noff2020-04-20 17:40:55 +0300
committerax Redneck 34noff2020-04-20 17:40:55 +0300
commit9ff3e250cba3fa1382edde20b5bd515309728abd (patch)
tree965789b42aad7c2d89ac780b1d0bd7bd3b01a108
downloadaur-9ff3e250cba3fa1382edde20b5bd515309728abd.tar.gz
8.1
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD23
-rwxr-xr-xZesarux.desktop19
-rw-r--r--zesarux.pngbin0 -> 1569 bytes
4 files changed, 63 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..06ab0fb58470
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = zesarux-bin
+ pkgdesc = Emulator of different Z80-based computers, including ZX Spectrum. Precompiled binary.
+ pkgver = 8.1
+ pkgrel = 1
+ url = https://github.com/chernandezba/zesarux
+ arch = x86_64
+ license = GPL3
+ optdepends = pulseaudio
+ optdepends = sdl
+ provides = zesarux
+ conflicts = zesarux
+ conflicts = zesarux-git
+ source = https://github.com/chernandezba/zesarux/releases/download/8.1/ZEsarUX_linux-8.1-debian10_x64.tar.gz
+ source = Zesarux.desktop
+ source = zesarux.png
+ sha256sums = 1b3f7fc89b376b61ea9b6a22e805ebe99603ed5e9b3627b064c511cf078c3dea
+ sha256sums = 5168eeb04e4641ddfb6652865c7105382f1da498e0e1b57dfd9f680b7016a941
+ sha256sums = ab9e0749862c3b2c50fcb41ed542c86917964c864d39f1d409466ca362c4386c
+
+pkgname = zesarux-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..33643c3c2f66
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Alexey Trifonov <otaku [at] rambler dot ru>
+pkgname=zesarux-bin
+pkgver=8.1
+pkgrel=1
+pkgdesc="Emulator of different Z80-based computers, including ZX Spectrum. Precompiled binary."
+arch=('x86_64')
+url="https://github.com/chernandezba/zesarux"
+license=('GPL3')
+optdepends=('pulseaudio' 'sdl')
+conflicts=('zesarux' 'zesarux-git')
+provides=('zesarux')
+source=("https://github.com/chernandezba/zesarux/releases/download/8.1/ZEsarUX_linux-8.1-debian10_x64.tar.gz"
+ "Zesarux.desktop"
+ "zesarux.png")
+sha256sums=('1b3f7fc89b376b61ea9b6a22e805ebe99603ed5e9b3627b064c511cf078c3dea'
+ '5168eeb04e4641ddfb6652865c7105382f1da498e0e1b57dfd9f680b7016a941'
+ 'ab9e0749862c3b2c50fcb41ed542c86917964c864d39f1d409466ca362c4386c')
+package() {
+ mkdir -p ${pkgdir}/opt/zesarux
+ cp -a ${srcdir}/ZEsarUX-${pkgver}/* ${pkgdir}/opt/zesarux/
+ install -D ${srcdir}/Zesarux.desktop -t ${pkgdir}/usr/share/applications/
+ install -D ${srcdir}/zesarux.png -t ${pkgdir}/usr/share/pixmaps/
+}
diff --git a/Zesarux.desktop b/Zesarux.desktop
new file mode 100755
index 000000000000..45019f704bae
--- /dev/null
+++ b/Zesarux.desktop
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Comment[ru_RU]=
+Comment=
+Exec=/opt/zesarux/zesarux
+GenericName[ru_RU]=Multiple Z80-based machines emulator
+GenericName=Multiple Z80-based machines emulator
+Icon=/usr/share/pixmaps/zesarux.png
+MimeType=
+Name[ru_RU]=Zesarux
+Name=Zesarux
+Path=/opt/zesarux
+StartupNotify=true
+Terminal=false
+TerminalOptions=
+Type=Application
+X-DBUS-ServiceName=
+X-DBUS-StartupType=
+X-KDE-SubstituteUID=false
+X-KDE-Username=
diff --git a/zesarux.png b/zesarux.png
new file mode 100644
index 000000000000..ecc6d7ac1bc3
--- /dev/null
+++ b/zesarux.png
Binary files differ