aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZach Latta2015-10-11 13:00:14 -0700
committerZach Latta2015-10-11 13:03:51 -0700
commit9fd835a5c1942ebe8d7e7540ebbda2fc8f753895 (patch)
tree2b7afe3ac1e3e3249275f41432682d9a42ea6820 /PKGBUILD
downloadaur-9fd835a5c1942ebe8d7e7540ebbda2fc8f753895.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
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