summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-03-11 22:11:39 +0100
committerFrederic Bezies2021-03-11 22:11:39 +0100
commit49da54b587a65b73c7a4af1c1514ed75f9c808e8 (patch)
tree7f4e80445f175f3d5590d0136602d58e3ab2d904
downloadaur-arnold-bin.tar.gz
initial commit
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD28
-rw-r--r--arnold.desktop10
-rw-r--r--arnold.pngbin0 -> 2754 bytes
4 files changed, 58 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d3a28d2fd116
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = arnold-bin
+ pkgdesc = An Amstrad CPC emulator using SDL with a WxGTK interface - Binary package
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = http://www.cpctech.org.uk/
+ arch = x86_64
+ license = GPL
+ depends = wxgtk2
+ depends = sdl
+ conflicts = arnold
+ replaces = arnold
+ source = http://cpctech.cpc-live.com/arnold_1.0.0-1_amd64.deb
+ source = arnold.desktop
+ source = arnold.png
+ sha256sums = 28874e9c758a2c3a92bf50d475b67d985ba7f4683b63452c3d1fa93061e51752
+ sha256sums = c58dc13b7f92a84b688fbd037991aed054a727ee04206efdefc272c95e9a2772
+ sha256sums = 45aa62abcd36f125a4d47dbe2569b21a52068b57138c138814d35188dd5e49d5
+
+pkgname = arnold-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4a13dfbbfd5d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer : Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Laurent Carlier <lordheavym@gmail.com>
+# Contributor: milko
+
+pkgname=arnold-bin
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="An Amstrad CPC emulator using SDL with a WxGTK interface - Binary package"
+arch=('x86_64')
+url='http://www.cpctech.org.uk/'
+depends=('wxgtk2' 'sdl')
+license=('GPL')
+conflicts=('arnold')
+replaces=('arnold')
+source=('http://cpctech.cpc-live.com/arnold_1.0.0-1_amd64.deb' arnold.desktop arnold.png)
+sha256sums=('28874e9c758a2c3a92bf50d475b67d985ba7f4683b63452c3d1fa93061e51752'
+ 'c58dc13b7f92a84b688fbd037991aed054a727ee04206efdefc272c95e9a2772'
+ '45aa62abcd36f125a4d47dbe2569b21a52068b57138c138814d35188dd5e49d5')
+
+package () {
+ bsdtar -xf data.tar.gz -C "${pkgdir}"
+ install -d "${pkgdir}/usr/bin"
+ install -D -m644 "$srcdir"/arnold.desktop "$pkgdir"/usr/share/applications/arnold.desktop
+ install -D -m644 "$srcdir"/arnold.png "$pkgdir"/usr/share/pixmaps/arnold.png
+}
+
+
diff --git a/arnold.desktop b/arnold.desktop
new file mode 100644
index 000000000000..e646561c5b0a
--- /dev/null
+++ b/arnold.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Arnold
+GenericName=Amstrad CPC emulator
+Exec=/usr/bin/arnold
+Icon=/usr/share/pixmaps/arnold.png
+Type=Application
+Categories=Games;Emulator;
+Encoding=UTF-8
+
+
diff --git a/arnold.png b/arnold.png
new file mode 100644
index 000000000000..42168b88b266
--- /dev/null
+++ b/arnold.png
Binary files differ