aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerekTBrown2015-08-31 17:20:37 -0400
committerDerekTBrown2015-08-31 17:20:37 -0400
commit193eb22375104eced5a27b0be910eb20c8497072 (patch)
tree0700e41dae49e7dd85099f19f55ca58adfde604d
downloadaur-193eb22375104eced5a27b0be910eb20c8497072.tar.gz
Inital commit
-rw-r--r--.SRCINFO17
-rw-r--r--LICENSE.md3
-rw-r--r--PKGBUILD21
-rw-r--r--README.md2
4 files changed, 43 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d6182e802602
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+# Generated by makepkg 4.2.1
+# Mon Aug 31 21:20:12 UTC 2015
+pkgbase = c0
+ pkgdesc = C0 Package for 15-122
+ pkgver = 0.44
+ pkgrel = 1
+ url = http://c0.typesafety.net/index.html
+ arch = x86_64
+ arch = i686
+ license = GPL
+ depends = libpng>=1.6,zlib>=1.2
+ provides = coin,cc0
+ source = c0::http://c0.typesafety.net/dist/cc0-v0440-linux3.18.1-64bit-bin.tgz
+ md5sums = 1b7bb88eda5f196326ad2df5cb2553b3
+
+pkgname = c0
+
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 000000000000..fc4218cecb86
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,3 @@
+This repository is not the home to C0, nor does it redistribute C0 in
+any form, it is only an installer for those users of Arch Linux. You
+can read more about C0 licensing at http://c0.typesafety.net.
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c9d868829197
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Derek Brown <derekbro@andrew.cmu.edu>
+pkgname=c0
+pkgver=0.44
+pkgrel=1
+pkgdesc="C0 Package for 15-122"
+url="http://c0.typesafety.net/index.html"
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('libpng>=1.6','zlib>=1.2')
+provides=('coin','cc0')
+source=("$pkgname::http://c0.typesafety.net/dist/cc0-v0440-linux3.18.1-64bit-bin.tgz")
+md5sums=('1b7bb88eda5f196326ad2df5cb2553b3')
+
+package() {
+ mkdir -p $pkgdir/usr/lib/c0
+ cp -r $srcdir/cc0/* $pkgdir/usr/lib/c0
+ mkdir -p $pkgdir/usr/bin
+ ln -s $pkgdir/usr/lib/c0/bin/cc0.bin $pkgdir/usr/bin/cc0
+ ln -s $pkgdir/usr/lib/c0/bin/coin.bin $pkgdir/usr/bin/coin
+
+}
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..41c72a1cf55e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+C0-arch is a AUR Package for C0. More information about the C0 project
+is available at http://c0.typesafety.net.