aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Latta2015-10-11 13:00:14 -0700
committerZach Latta2015-10-11 13:03:51 -0700
commit9fd835a5c1942ebe8d7e7540ebbda2fc8f753895 (patch)
tree2b7afe3ac1e3e3249275f41432682d9a42ea6820
downloadaur-9fd835a5c1942ebe8d7e7540ebbda2fc8f753895.tar.gz
Initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
-rw-r--r--README.md4
3 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..de0172c40761
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = convox
+ pkgdesc = An open source PAAS that runs in your own AWS account.
+ pkgver = latest
+ pkgrel = 1
+ url = https://convox.com
+ arch = any
+ license = Apache
+ source = https://install.convox.com/linux.zip
+ md5sums = SKIP
+
+pkgname = convox
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e06b9f530adc
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Zach Latta <zach@zachlatta.com>
+
+pkgname=convox
+pkgver=latest
+pkgrel=1
+pkgdesc="An open source PAAS that runs in your own AWS account."
+arch=("any")
+url="https://convox.com"
+license=("Apache")
+source=("https://install.convox.com/linux.zip")
+md5sums=(SKIP)
+
+package() {
+ install -Dm755 convox "$pkgdir/usr/bin/convox"
+} \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..25d4b6ed8259
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# convox-aur
+
+This contains the PKGBUILD for the [Convox](https://convox.com/) package in the
+Arch User Repository.