void-packages/srcpkgs/leiningen/template

21 lines
636 B
Bash
Raw Normal View History

2015-03-17 21:48:46 +01:00
# Template file for 'leiningen'
pkgname=leiningen
2015-08-20 10:46:23 +02:00
version=2.5.2
2015-03-17 21:48:46 +01:00
revision=1
noarch=yes
short_desc="Automate Clojure projects without setting your hair on fire"
2015-08-20 10:46:23 +02:00
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2015-03-17 21:48:46 +01:00
license="EPL"
depends="bash virtual?java-runtime"
homepage="http://leiningen.org/"
distfiles="https://github.com/technomancy/leiningen/archive/${version}.tar.gz"
2015-08-20 10:46:23 +02:00
checksum=50cd21d718603bfa4b6da673696c60482271d310f67b98a794d0413a79121a9d
2015-03-17 21:48:46 +01:00
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
}