blob: 646a11f866e46aff23ca7aac1e6a8e4be7f241ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = eika-shell-git
pkgdesc = Small Unix-like shell written in C++
pkgver = 0.0.0.r70.gc05e69f
pkgrel = 1
url = https://github.com/eika-sia/eika-shell
install = eika-shell.install
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
depends = glibc
depends = gcc-libs
provides = eika-shell
provides = esh
conflicts = eika-shell
options = !debug
source = git+https://github.com/eika-sia/eika-shell.git#branch=main
sha256sums = SKIP
pkgname = eika-shell-git
|