summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTjahneee2017-07-27 22:59:19 +0200
committerTjahneee2017-07-27 22:59:19 +0200
commit25648c9a36e578f4c531669ef021a7e0cdd46f9e (patch)
tree335eabfa43534cde618b5bb0597bf39fbdd7ebba
downloadaur-25648c9a36e578f4c531669ef021a7e0cdd46f9e.tar.gz
v3.0 pv=1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..86be943ecab6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = tic-80
+ pkgdesc = TIC-80 tiny computer emulator
+ pkgver = 0.30.0
+ pkgrel = 1
+ url = https://tic.computer/
+ arch = x86_64
+ license = custom
+ source = https://github.com/nesbox/tic.computer/releases/download/v0.30.0/tic_64bit_0.30.0.tar.gz
+ md5sums = 9846448171bc27ee6e287a510ac9febe
+
+pkgname = tic-80
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0ba0e637b247
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tjahneee <b2t@protonmail.com>
+
+pkgname=tic-80
+pkgver=0.30.0
+pkgrel=1
+pkgdesc='TIC-80 tiny computer emulator'
+arch=('x86_64')
+url="https://tic.computer/"
+license=('custom')
+source=("https://github.com/nesbox/tic.computer/releases/download/v$pkgver/tic_64bit_$pkgver.tar.gz")
+md5sums=('9846448171bc27ee6e287a510ac9febe')
+
+
+package() {
+ install -Dm755 tic "${pkgdir}/usr/bin/tic-80"
+}