blob: e4d153445dd12cbd3518f6d6305f945ba7535706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = ash-shell-git
pkgdesc = A modern, secure, feature-rich Linux shell written in C
pkgver = 0.r0.g0000000
pkgrel = 1
url = https://github.com/aserdevyt/ash-shell
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
makedepends = make
makedepends = gcc
depends = readline
optdepends = kitty: proper Unicode/font rendering inside the shell
source = git+https://github.com/aserdevyt/ash-shell.git
md5sums = SKIP
pkgname = ash-shell-git
|