blob: ebbeba0cc35b9623cd71668d2cfd654c42376f10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = vex-shell-git
pkgdesc = A typed shell with structured data pipelines, written in C
pkgver = r1
pkgrel = 10
url = https://github.com/aethstetic/vex
install = vex.install
arch = x86_64
arch = aarch64
license = MIT
makedepends = git
depends = glibc
provides = vex-shell
conflicts = vex-shell
source = git+https://github.com/aethstetic/vex.git
sha256sums = SKIP
pkgname = vex-shell-git
|