diff options
author | Yigit Sever | 2021-10-29 01:30:24 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-29 01:30:24 +0300 |
commit | 31d147b20c67d95a9e306d0749200bf964ac42af (patch) | |
tree | b0fbe2bb5aa0fec9983746a91d188643ca93466d /osh/.SRCINFO | |
parent | 4a31e5e0f3442a4a5ec9fba94f7bbc2c88312c69 (diff) | |
download | packages-31d147b20c67d95a9e306d0749200bf964ac42af.tar.gz packages-31d147b20c67d95a9e306d0749200bf964ac42af.tar.bz2 packages-31d147b20c67d95a9e306d0749200bf964ac42af.zip |
Use actual files instead of submodules
Diffstat (limited to 'osh/.SRCINFO')
-rw-r--r-- | osh/.SRCINFO | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/osh/.SRCINFO b/osh/.SRCINFO new file mode 100644 index 0000000..05350fa --- /dev/null +++ b/osh/.SRCINFO | |||
@@ -0,0 +1,13 @@ | |||
1 | pkgbase = osh | ||
2 | pkgdesc = Oil Shell - A bash-compatible UNIX shell written in Python | ||
3 | pkgver = 0.9.3 | ||
4 | pkgrel = 1 | ||
5 | url = https://www.oilshell.org/ | ||
6 | arch = any | ||
7 | license = Apache | ||
8 | optdepends = readline: interactive features | ||
9 | options = !strip | ||
10 | source = https://www.oilshell.org/download/oil-0.9.3.tar.xz | ||
11 | sha256sums = 62f36072f69f3378e03b79d8d5255c1d136094ec11410db4f16ee82f1660efda | ||
12 | |||
13 | pkgname = osh | ||