blob: 13f2d5d93ae2deca9d1b33efb51d620d13cb7c4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = oksh
pkgdesc = Ported version of ksh from OpenBSD
pkgver = 7.5
pkgrel = 1
url = https://github.com/ibara/oksh/
install = oksh.install
arch = i686
arch = x86_64
license = custom: Public Domain
license = ISC
license = BSD
depends = glibc
depends = ncurses
backup = etc/ksh.kshrc
source = https://github.com/ibara/oksh/releases/download/oksh-7.5/oksh-7.5.tar.gz
sha256sums = 40b895c3f8e9311bfe2b230e9b3786712550ef488ced33bfd7cd3f89fceeed5d
pkgname = oksh
|