New package: leiningen-2.5.1
This commit is contained in:
parent
886159a90d
commit
eb140c1e36
1 changed files with 20 additions and 0 deletions
20
srcpkgs/leiningen/template
Normal file
20
srcpkgs/leiningen/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue