Nathaniel van Diepen 3 years ago
parent
commit
75bf7040a8
1 changed files with 16 additions and 0 deletions
  1. 16 0
      PK

+ 16 - 0
PK

@@ -0,0 +1,16 @@
+pkgname=cedev
+pkgver=8.8
+pkgrel=1
+url='https://github.com/CE-Programming/toolchain'
+pkgdesc="Toolchain and libraries for C programming on the TI-84 Plus CE / TI-83 Premium CE calculators"
+arch=('any')
+source=("https://github.com/CE-Programming/toolchain/releases/download/v8.8/linux_CEdev.tar.gz" "LICENSE")
+md5sums=('da460d52b6308ae644a37d2f034d813d' 'SKIP')
+depends=('wine')
+makedepends=('git' 'cmake')
+license=('custom')
+package() {
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+	mkdir -p "$pkgdir/opt";
+	tar -xf "$srcdir/linux_CEdev.tar.gz" -C "$pkgdir/opt"
+}