diff options
author | Dimitris Kiziridis | 2020-07-04 02:40:00 +0300 |
---|---|---|
committer | Dimitris Kiziridis | 2020-07-04 02:40:00 +0300 |
commit | e6c804a60335d9cdd1ce5a34e1451c33b28e3eb9 (patch) | |
tree | 2869fb21c8a6eb4bc7b03344bb696efd02dd5a3d | |
parent | c50b65f8c94d346730d3ce53aa7e4e595b7d6998 (diff) | |
download | aur-e6c804a60335d9cdd1ce5a34e1451c33b28e3eb9.tar.gz |
Initial commit
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ pkgbase = closh url = https://github.com/dundalek/closh arch = x86_64 license = EPL + depends = java-runtime>=8 source = closh-0.5.0.jar::https://github.com/dundalek/closh/releases/download/v0.5.0/closh-zero.jar sha256sums = a7038d296a6ba8cd0063f6c47fd93962a4865d3c0e496d0f5c7af71fb1db3f1d @@ -7,6 +7,7 @@ pkgdesc="Bash-like shell based on Clojure" arch=('x86_64') url='https://github.com/dundalek/closh' license=('EPL') +depends=('java-runtime>=8') source=("${pkgname}-${pkgver}.jar::https://github.com/dundalek/closh/releases/download/v${pkgver}/closh-zero.jar") sha256sums=('a7038d296a6ba8cd0063f6c47fd93962a4865d3c0e496d0f5c7af71fb1db3f1d') |