20 lines
651 B
Bash
20 lines
651 B
Bash
# Template file for 'leiningen'
|
|
pkgname=leiningen
|
|
version=2.5.1
|
|
revision=1
|
|
noarch=yes
|
|
short_desc="Automate Clojure projects without setting your hair on fire"
|
|
maintainer="Sören Tempel <soeren+void@soeren-tempel.net>"
|
|
license="EPL"
|
|
depends="bash virtual?java-runtime"
|
|
homepage="http://leiningen.org/"
|
|
distfiles="https://github.com/technomancy/leiningen/archive/${version}.tar.gz"
|
|
checksum=37eeb83f45f713e9e1ab79c5f30f378d0173101698c28eee97180c100de4e1bc
|
|
|
|
do_install() {
|
|
vbin bin/lein
|
|
vman doc/lein.1
|
|
|
|
vinstall zsh_completion.zsh 644 usr/share/zsh/site-functions _lein
|
|
vinstall bash_completion.bash 644 usr/share/bash-completion/completions lein
|
|
}
|