summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrondo462019-07-19 22:00:29 +0200
committerElrondo462019-07-19 22:00:29 +0200
commit3fb6fd49b097bd207bf577c9f58c42f2bb0d019e (patch)
tree6f4a0a611dca0c8e1c4e5706eeea779d5376f4e6
downloadaur-3fb6fd49b097bd207bf577c9f58c42f2bb0d019e.tar.gz
First commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
-rw-r--r--coolcv_linux_0.6.6_bin.tar.gzbin0 -> 134211 bytes
3 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8f75a561a88f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = coolcv_bin
+ pkgdesc = CoolCV emulator (binary version)
+ pkgver = 0.6.6
+ pkgrel = 1
+ url = http://www.colecovision.ca/coolcv.php
+ arch = x86_64
+ license = custom
+ depends = sdl
+ depends = sdl2
+ source = coolcv_linux_0.6.6_bin.tar.gz
+ sha256sums = ebe902686cbb57730fb2390cb38508fff2185212f0431cb193e77804f57f6042
+
+pkgname = coolcv_bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5c60791bd564
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Elrondo46
+
+pkgname=coolcv_bin
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="CoolCV emulator (binary version)"
+arch=('x86_64')
+license=('custom')
+url="http://www.colecovision.ca/coolcv.php"
+depends=('sdl' 'sdl2')
+source=("coolcv_linux_0.6.6_bin.tar.gz")
+sha256sums=('ebe902686cbb57730fb2390cb38508fff2185212f0431cb193e77804f57f6042')
+
+package() {
+ bsdtar xf coolcv_linux_0.6.6_bin.tar.gz
+ chmod -R g-w usr
+ mv usr "${pkgdir}"
+}
diff --git a/coolcv_linux_0.6.6_bin.tar.gz b/coolcv_linux_0.6.6_bin.tar.gz
new file mode 100644
index 000000000000..9ea0b21f7de1
--- /dev/null
+++ b/coolcv_linux_0.6.6_bin.tar.gz
Binary files differ