blob: 285932f3e013575a335b71ffb43febf35892d040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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')
|