summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Barcelona2019-01-20 12:29:48 +0100
committerFederico Barcelona2019-01-20 12:29:48 +0100
commit884f68ff24f65ae00b57d3180372e279b77f9180 (patch)
tree15cee4e4123adfc214bb30b45636cd7fbc570638
downloadaur-884f68ff24f65ae00b57d3180372e279b77f9180.tar.gz
Initial commit - v0.9.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d5cd1778bfe6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = alva
+ pkgdesc = Create living prototypes with code components.
+ pkgver = 0.9.1
+ pkgrel = 1
+ url = https://meetalva.io/
+ arch = any
+ license = MIT
+ provides = alva
+ conflicts = alva-git
+ source = https://github.com/meetalva/alva/releases/download/v0.9.1/alva-0.9.1.deb
+ md5sums = ae11155793bb739f2321181ff928fdb7
+
+pkgname = alva
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..285932f3e013
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Federico Barcelona <tembleking at gmail dot com>
+pkgname=alva
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Create living prototypes with code components. "
+arch=("any")
+url="https://meetalva.io/"
+license=('MIT')
+provides=(alva)
+conflicts=(alva-git)
+source=("https://github.com/meetalva/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.deb")
+
+package() {
+ cd "$srcdir"
+ tar xf data.tar.xz -C "$pkgdir"
+}
+
+md5sums=('ae11155793bb739f2321181ff928fdb7')